1
0
Fork 0
Grunt tasks meant for global personal usage.
Go to file
Andrew Tomaka 614edcc8ba Apply fixwhitespace task to the current directory 2014-09-11 00:25:39 -04:00
.gitignore Iniital commit 2014-09-10 23:45:27 -04:00
Gruntfile.js Apply fixwhitespace task to the current directory 2014-09-11 00:25:39 -04:00
README.md Apply fixwhitespace task to the current directory 2014-09-11 00:25:39 -04:00
package.json Setup task to monitor for changes 2014-09-10 23:55:09 -04:00

README.md

Global Runners

Setup

Add an alias to your rc file

alias rt="grunt --gruntfile ~/grunt-test/Gruntfile.js -cwd=`pwd`"

Usage

rt TASK_NAME

Tasks

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