https://github.com/atomaka/grunt-tasks
Grunt tasks meant for global personal usage.
https://github.com/atomaka/grunt-tasks
Last synced: 11 months ago
JSON representation
Grunt tasks meant for global personal usage.
- Host: GitHub
- URL: https://github.com/atomaka/grunt-tasks
- Owner: atomaka
- Created: 2014-09-11T03:56:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-11T05:21:00.000Z (almost 12 years ago)
- Last Synced: 2025-02-12T10:54:54.347Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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