1
0
Fork 0
grunt-tasks/README.md

14 lines
305 B
Markdown
Raw Normal View History

2014-09-10 23:45:27 -04:00
# Global Runners
## Usage
grunt --gruntfile ~/grunt-test/Gruntfile.js TASK
alias rt="grunt --gruntfile ~/grunt-test/Gruntfile.js TASK"
2014-09-10 23:55:09 -04:00
## Tasks
* fixwhitespace - Removes trailing whitespace from files in /tmp/test
* watch - Watches /tmp/test for any changes and will run fixwhitespace if any
occur