0.0.3 • Published 11 years ago
angelabilities-grunt v0.0.3
angelabilities-grunt
A quick 'hack' for giving organic-angel grunt abilities. It is based on grunt 0.4 and autoloads all grunt modules found in node_modules. No Gruntfile is required.
setup
$ cd myProject
$ npm install angelabilities-gruntoptionally use Gruntfile.js
$ cd myProject
$ echo "Gruntfile.js" >> ./dna/gruntfile.json
$ vim Gruntfile.jsoptionally use grunt configuration
$ cd myProject
$ echo "{... gruntConfiguration ...}" >> ./dna/grunt.jsonuse
$ cd myProject
$ angel grunt -h
$ angel grunt <grunt task>add your own local grunt tasks without Gruntfile.js
$ vim scripts/grunt/myTask.js