Skip to content

Commit

Permalink
fix(app generator): remove 'demo' watch target
Browse files Browse the repository at this point in the history
It watched a non-existent file.
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent ff8b98f commit d7917a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions generators/app/templates/GruntFile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit d7917a9

Please sign in to comment.