1
0
Fork 0
Grunt tasks meant for global personal usage.
Find a file
2014-09-10 23:55:09 -04:00
.gitignore Iniital commit 2014-09-10 23:45:27 -04:00
Gruntfile.js Setup task to monitor for changes 2014-09-10 23:55:09 -04:00
package.json Setup task to monitor for changes 2014-09-10 23:55:09 -04:00
README.md Setup task to monitor for changes 2014-09-10 23:55:09 -04:00

Global Runners

Usage

grunt --gruntfile ~/grunt-test/Gruntfile.js TASK

alias rt="grunt --gruntfile ~/grunt-test/Gruntfile.js TASK"

Tasks

  • fixwhitespace - Removes trailing whitespace from files in /tmp/test
  • watch - Watches /tmp/test for any changes and will run fixwhitespace if any occur