Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(grunt): add jscs task to test task
It is too easy to forget to check jscs for things like trailing whitespace before pushing commits, such as simple doc changes. This then breaks the build and is messy. Adding jscs to the test task gives people a slightly better chance of catching these before pushing.
- Loading branch information