Closed abelnation closed 10 years ago
We need some help fixing issues. Volunteers welcomed!
@abelnation @gorillamania That's definitely something to investigate.
Kicking of the download by grunt-casperjs
is in mind the wrong approach, too.
http://docs.casperjs.org/en/latest/faq.html#faq-node
-> that's probably one reason.
I fixed this under https://github.com/ronaldlokers/grunt-casperjs/pull/62 let me know if anything is missing there and I'll try to update it. We've been using this in our own environment for quite a while now and it appears to work just fine.
I believe this is fixed with 2.0+ Please re-open if not.
It's unclear to me why grunt-casper needs to download a zip from github.com to install casperjs. Can't this be achieved through npm's regular dependency system and the call to
npm install
? Why wouldn't casperjs be specified as another dependency like all others?Thanks!