Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomaka/grunt-tasks

Grunt tasks meant for global personal usage.
https://github.com/atomaka/grunt-tasks

Last synced: 15 days ago
JSON representation

Grunt tasks meant for global personal usage.

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