Immediately commit if we're currently terminating

This commit is contained in:
Jonathan Putney
2020-06-29 21:12:27 -04:00
parent 2a3f9b61af
commit 97070184b8
7 changed files with 47 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ module.exports = function(grunt) {
watch: {
scripts: {
files: ['src/**/*.js'],
tasks: ['browserify:development'],
tasks: ['default'],
options: {
spawn: false,
},