From d7917a97c3ca0fd51432ee459a7a23fafe7a2863 Mon Sep 17 00:00:00 2001 From: cueedee Date: Fri, 13 Mar 2015 23:03:45 +0100 Subject: [PATCH] fix(app generator): remove 'demo' watch target It watched a non-existent file. --- generators/app/templates/GruntFile.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/generators/app/templates/GruntFile.coffee b/generators/app/templates/GruntFile.coffee index 3a34f1e8..e12e9c55 100644 --- a/generators/app/templates/GruntFile.coffee +++ b/generators/app/templates/GruntFile.coffee @@ -44,9 +44,6 @@ module.exports = ( grunt ) -> files: [ 'src/index.html' ] tasks: [ 'clean:index', 'copy:index', 'string-replace:debug' ] - demo: - files: [ 'src/style/index.html' ] - # Bundle the code modules #