iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

"load-images: no" not handed to phantomjs #17

Closed fwebdev closed 10 years ago

fwebdev commented 10 years ago

The option load-images is set to 'no'. But phantomjs still serves all images.

options : {
    test : true,
    'log-level' : 'warning',
    'ignore-ssl-errors' : 'yes',
    'load-images': 'no'
},
iamchrismiller commented 10 years ago

I will look into implementing this next week sometime.. Feel free to submit a PR.

iamchrismiller commented 10 years ago

I have updated grunt-casper to support the new version of CasperJS v1.1.x in the master branch.

I just validated this works on master branch.

If you need support for CasperJS v1.0 then checkout the 1.0 tag.

Thank You