This commit is contained in:
Carlos Jimenez Ruiz 2019-01-29 11:07:43 +01:00
commit 753e82b00d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function backWatch(done) {
let sleepBin = isWindows ? '' : 'sleep 1 &&';
nodemon({
exec: `${sleepBin} node --inspect ./node_modules/gulp/bin/gulp.js`,
exec: `${sleepBin}node --inspect ./node_modules/gulp/bin/gulp.js`,
args: ['backOnly'],
watch: backSources,
done: done