gulpfile back Tasks fixed for windows
This commit is contained in:
parent
9209424bca
commit
bb88c9cfe4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue