This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default grunt task never gets to "build" task
I believe the 'watch:test' task that is part of the default 'grunt test' task is a redundancy. If you want this behavior, you can run 'grunt serve:test'. The 'watch' tasks in 'grunt default' blocks grunt from reaching the 'build' process.
- Loading branch information