Immediately commit if we're currently terminating
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = function(grunt) {
|
||||
watch: {
|
||||
scripts: {
|
||||
files: ['src/**/*.js'],
|
||||
tasks: ['browserify:development'],
|
||||
tasks: ['default'],
|
||||
options: {
|
||||
spawn: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user