forked from RocketMap/RocketMap
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Load "npmtasks" on demand instead of _every_ time; speeds up subset watch tasks dramatically * Split json smushing apart from js smushing so watch can be more focused * Stop watching html files; we are not using this and its catching a lot of useless updates * Watch WAY less files here; this trims us down from 1500->50 watches. * Allow calling "npm run grunt -- grunt args here" for arbitrary grunt command running in context * Utilize grunt-newer to avoid recompiling files which have not changed during watch
- Loading branch information
1 parent
631915a
commit 5ea69f1
Showing
2 changed files
with
19 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters