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; - }); + }); + -