From 0a8385f097aed06b625b90ec9dbdf6b9c1f62a81 Mon Sep 17 00:00:00 2001 From: Sean Timm Date: Sun, 2 Feb 2014 22:29:43 -0700 Subject: [PATCH] Fix watch task --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index e7f99874d..35e07a286 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -144,7 +144,7 @@ module.exports = function(grunt) { } }, - watch: { + watch_start: { grunt: { files: ['Gruntfile.js'] }, karma: { files: [ @@ -210,7 +210,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-rsync'); grunt.loadNpmTasks('assemble'); grunt.loadNpmTasks('grunt-newer'); - grunt.loadNpmTasks('grunt-newer'); grunt.task.renameTask('watch', 'watch_start'); grunt.task.registerTask('watch', ['karma:dev_watch:start', 'watch_start']); -- 2.47.2