nodemon now watches json changes
gitea/salix/dev This commit looks good Details

This commit is contained in:
Gerard 2019-02-18 12:55:22 +01:00
parent 3adc035cab
commit eccd83aac0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function backWatch(done) {
nodemon({ nodemon({
exec: commands.join(' && '), exec: commands.join(' && '),
ext: 'js html css', ext: 'js html css json',
args: ['backOnly'], args: ['backOnly'],
watch: backSources, watch: backSources,
done: done done: done