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) ->
watch:
all:
files: 'src/rivets.coffee'
files: 'src/*.coffee'
tasks: ['build', 'spec']
grunt.loadNpmTasks 'grunt-contrib-coffee'
......