fix Gruntfile.js to work with bew build step

This commit is contained in:
Julian Lam
2016-11-17 13:56:47 -05:00
parent 9bab0b53b0
commit 7a10cffb25
2 changed files with 34 additions and 22 deletions

6
app.js
View File

@@ -226,6 +226,12 @@ function start() {
// Either way, bad stuff happened. Abort start.
process.exit();
}
if (process.send) {
process.send({
action: 'listening'
});
}
});
}