Skip to content

Commit

Permalink
Make grunt watch work.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfe committed Nov 28, 2014
1 parent 080195a commit fc21041
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Gruntfile.js
Expand Up @@ -119,8 +119,13 @@ module.exports = function(grunt) {
files: ['tests/flow.html']
},
watch: {
files: SOURCES,
tasks: ['concat', 'jshint']
scripts: {
files: ['src/*', 'Gruntfile.js'],
tasks: ['concat', 'jshint'],
options: {
interrupt: true
}
}
},
copy: {
release: {
Expand Down

0 comments on commit fc21041

Please sign in to comment.