ronaldlokers / grunt-casperjs

Grunt task for casperjs
MIT License
104 stars 51 forks source link

Install casperjs through regulary dependency system #57

Closed abelnation closed 10 years ago

abelnation commented 10 years ago

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!

TechNickAI commented 10 years ago

We need some help fixing issues. Volunteers welcomed!

stefanjudis commented 10 years ago

@abelnation @gorillamania That's definitely something to investigate.

Kicking of the download by grunt-casperjs is in mind the wrong approach, too.

stefanjudis commented 10 years ago

http://docs.casperjs.org/en/latest/faq.html#faq-node

-> that's probably one reason.

stustison commented 10 years ago

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.

TechNickAI commented 10 years ago

I believe this is fixed with 2.0+ Please re-open if not.