Skip to content

Commit

Permalink
Don't watch build bower components
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed Jul 9, 2013
1 parent dc5614b commit a700156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ module.exports = (grunt)->

# Any public-facing changes should reload the browser & re-run tests (which may depend on those resources)
build:
files: '<%= BUILD_DIR + ALL_FILES %>'
files: [ '<%= BUILD_DIR + ALL_FILES %>', '!**/<%= BOWER_DIR %>/**' ]

# Changes to app code should be validated and re-copied to the `build`, triggering `watch:build`
js:
Expand Down

0 comments on commit a700156

Please sign in to comment.