Sam Vincent
Sam Vincent
Latest version matches against the first 25 chars instead of 30... Not sure if that will fix this. Let me know.
This should be possible now with this being merged upstream https://github.com/westoque/phantomjs.rb/pull/14/files#diff-67d9097521014c04027ef5459916edb5R33 `Screencap#rasterize` could take a `flags` array and apply them as `Phantoms.new(flags).run(RASTERIZE.to_s, *params)`. Just make sure to remove from params...
Hi @mzgoddard, This portion of code keeps exiting and listing webpack options `var webpackArgv = webpackYargs.parse(webpackArgvPortion);` I can see that it received `--webpack --config webpack.config.js` correctly based on the output,...