chore(build): optimize grunt watch

This commit is contained in:
Andy Joslin
2014-02-11 09:39:20 -05:00
parent 002d8c02cb
commit 59944db376

View File

@@ -167,14 +167,14 @@ module.exports = function(grunt) {
watch: {
scripts: {
files: ['js/**/*.js', 'ext/**/*.js'],
tasks: ['concat:dist', 'concat:distangular', 'string-replace', 'concat:bundle'],
tasks: ['concat:dist', 'concat:distangular', 'concat:bundle'],
options: {
spawn: false
}
},
sass: {
files: ['scss/**/*.scss'],
tasks: ['sass', 'concat', 'string-replace'],
tasks: ['sass'],
options: {
spawn: false
}