cf206632 by Avenger7x

grunt should watch all rivets sources

1 parent a3861b98
...@@ -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'
......