1
0
Fork 0
Grunt tasks meant for global personal usage.
Go to file
Andrew Tomaka c44ede722f Move configs to individual files 2014-09-11 01:20:40 -04:00
config Move configs to individual files 2014-09-11 01:20:40 -04:00
tasks Move task to individual file 2014-09-11 01:03:19 -04:00
.gitignore Iniital commit 2014-09-10 23:45:27 -04:00
Gruntfile.js Move configs to individual files 2014-09-11 01:20:40 -04:00
README.md Apply fixwhitespace task to the current directory 2014-09-11 00:25:39 -04:00
package.json Move configs to individual files 2014-09-11 01:20:40 -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