Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrahmagix/test-grunt-task-flow
https://github.com/henrahmagix/test-grunt-task-flow
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrahmagix/test-grunt-task-flow
- Owner: henrahmagix
- Created: 2014-07-02T12:29:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T12:10:49.000Z (over 8 years ago)
- Last Synced: 2024-12-11T04:26:05.663Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
oneRunning "log:two" (log) task
twoRunning "event" task
Running "git-describe:dev" (git-describe) task
event
>> --edb3e3aRunning "log:three" (log) task
threeRunning "log:four" (log) task
four
```