Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/henrahmagix/test-grunt-task-flow


https://github.com/henrahmagix/test-grunt-task-flow

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# test-grunt-task-flow

Test the flow of grunt tasks when events are being emitted and listened for.

```bash
npm install
grunt
```

```
Running "log:one" (log) task
one

Running "log:two" (log) task
two

Running "event" task

Running "git-describe:dev" (git-describe) task
event
>> --edb3e3a

Running "log:three" (log) task
three

Running "log:four" (log) task
four
```