I have a script that I run in phantomjs that performs some tasks in a web browser. I normally run it like so:
phantomjs build.js
How would I integrate this as a Task in a Gruntjs build?
i'm currently using the grunt-shell
plugin however I cannot see the output from phamtomjs.