99c9d26e by Michael Richards

Merge pull request #281 from alexeyraspopov/master

Grunt should watch all rivets sources
2 parents 66d5f92e cf206632
...@@ -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'
......