From e40e205728ee58ad9b5c6bb20d54ae2af75c2614 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Mon, 10 Feb 2014 14:00:23 -0500 Subject: [PATCH] chore(build): make watch task work without having to build first --- Gruntfile.js | 2 +- test/buttons.html | 7 +------ test/controllers/sideMenu.html | 1 - test/headers.html | 7 +------ test/lists.html | 11 +++-------- 5 files changed, 6 insertions(+), 22 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 6b05ab0baa..fc7c0bc494 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -169,7 +169,7 @@ module.exports = function(grunt) { watch: { scripts: { files: ['js/**/*.js', 'ext/**/*.js'], - tasks: ['concat:dist', 'string-replace', 'concat:bundle'], + tasks: ['concat:dist', 'concat:distangular', 'string-replace', 'concat:bundle'], options: { spawn: false } diff --git a/test/buttons.html b/test/buttons.html index 77268d3b01..dc6c1dc886 100644 --- a/test/buttons.html +++ b/test/buttons.html @@ -17,12 +17,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */ } - - - - - - + diff --git a/test/controllers/sideMenu.html b/test/controllers/sideMenu.html index cf3206f90d..bbe2390028 100644 --- a/test/controllers/sideMenu.html +++ b/test/controllers/sideMenu.html @@ -28,7 +28,6 @@ - - - - - - + diff --git a/test/lists.html b/test/lists.html index 172ec82748..d1f7e041cc 100644 --- a/test/lists.html +++ b/test/lists.html @@ -13,12 +13,7 @@ overflow: hidden; } - - - - - - + @@ -589,9 +584,9 @@ } return false; - }); + }); + -