From 59944db3765c0b65bbc4a6612d69f7b75be31818 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 11 Feb 2014 09:39:20 -0500 Subject: [PATCH] chore(build): optimize `grunt watch` --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e6fdba2f50..e838de7ac5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 }