Merge pull request #281 from alexeyraspopov/master
Grunt should watch all rivets sources
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -50,7 +50,7 @@ module.exports = (grunt) -> | ... | @@ -50,7 +50,7 @@ module.exports = (grunt) -> |
50 | 50 | ||
51 | watch: | 51 | watch: |
52 | all: | 52 | all: |
53 | files: 'src/rivets.coffee' | 53 | files: 'src/*.coffee' |
54 | tasks: ['build', 'spec'] | 54 | tasks: ['build', 'spec'] |
55 | 55 | ||
56 | grunt.loadNpmTasks 'grunt-contrib-coffee' | 56 | grunt.loadNpmTasks 'grunt-contrib-coffee' | ... | ... |
-
Please register or sign in to post a comment