ronaldlokers / grunt-casperjs

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

Locking Casper to a specific tag instead of master #42

Closed gvn closed 11 years ago

gvn commented 11 years ago

I'd like to propose installing a tagged version of Casper instead of using whatever is on master. I'm having difficulty ensuring my Grunt task will work consistently between team members since master is a moving target. I'd prefer not to depend on a global Casper install to solve this. Thanks!

jatin commented 11 years ago

@gorillamania can you take in this PR?

TechNickAI commented 11 years ago

@jatin- As soon as the conflict is fixed..

jatin commented 11 years ago

@gvn can you update your pull request so we can merge without conflict?

gvn commented 11 years ago

Actually, looks like this is no longer necessary as you're now locking to 1.0.3 instead of master for installing CasperJS.