updated watch dirs in ecosystem.json

This commit is contained in:
David Baldwynn 2016-05-20 13:39:48 -07:00
parent 013144a7e8
commit e6e14f558e
2 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
"apps" : [{
"name" : "tellform",
"script" : "/usr/local/bin/grunt",
"instances" : "0",
"instances" : "max",
"exec_mode" : "cluster",
"watch": ["app", "public"],
"watch": ["app", "public/modules/"]
}],
"deploy" : {
"stage" : {

View File

@ -48,7 +48,7 @@ if (process.env.NODE_ENV === 'secure') {
console.log('--');
process.on('uncaughtException', function (err) {
console.error((new Date).toUTCString() + ' uncaughtException:', err.message)
console.error((new Date).toUTCString() + ' uncaughtException:', err.message);
console.error(err.stack);
process.exit(1)
});