Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into dev
This commit is contained in:
commit
753e82b00d
|
@ -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