1
0
Fork 0
grunt-tasks/README.md

18 lines
327 B
Markdown
Raw Normal View History

2014-09-10 23:45:27 -04:00
# Global Runners
## Setup
Add an alias to your rc file
2014-09-10 23:45:27 -04:00
```alias rt="grunt --gruntfile ~/grunt-test/Gruntfile.js -cwd=`pwd`"```
## Usage
2014-09-10 23:45:27 -04:00
```rt TASK_NAME```
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