Skip to content

Commit

Permalink
standard.js fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Oct 20, 2016
1 parent c68dac1 commit d69471e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gulp/nodemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ gulp.task('server', function () {
ignore: [config.paths.public + '*',
config.paths.assets + '*',
config.paths.nodeModules + '*']
}).on('quit', function(){

}).on('quit', function () {
// remove .port.tmp if it exists
try {
fs.unlinkSync(path.join(__dirname, '/../.port.tmp'))
} catch (e) {}

process.exit(0)

})

})

0 comments on commit d69471e

Please sign in to comment.