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 #