ronaldlokers / grunt-casperjs

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

Please explain more on how to get this work #1

Closed adardesign closed 12 years ago

adardesign commented 12 years ago

Especially the 2nd instruction: "Call grunt.loadNpmTasks('grunt-casperjs') in your gruntfile"

Please have a link to a demo grunt file.

Thanks

tbranyen commented 12 years ago

This is explained in the Grunt documentation:

https://github.com/cowboy/grunt/blob/master/docs/getting_started.md#the-grunt-js-file-aka-gruntfile

It shouldn't be the job for every plugin to explain convention.

ronaldlokers commented 12 years ago

Sorry for not commenting earlier, the doc that @tbranyen links to explains exactly what you are looking for.