You can pass parameters to phantomjs in the same way as on the command line, for example
The following options may help, but more can be found in the phantomjs docs
jasmine : { your_task : { options : { '--web-security' : false, '--local-to-remote-url-access' : true, '--ignore-ssl-errors' : true } } }
jsoverson
source share