Skip to content

Commit

Permalink
fix(app generator): remove unused watchFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Mar 18, 2015
1 parent 94eccc5 commit ff8b98f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generators/app/templates/GruntFile.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = ( grunt ) ->

sourceFiles = [ './src/bootstrap.coffee', './src/**/*.hbs' ]
watchFiles = [ './src/**/*.coffee', './src/**/*/js', './src/**/*.hbs', './src/**/*.html' ]
sassFiles = [ './src/sass/**/*.scss', './src/sass/**/*.sass' ]

# Put any large files that shouldn't be parsed by browserify in this array
Expand Down

0 comments on commit ff8b98f

Please sign in to comment.