From eccd83aac0594a8b750ae1f71e0fa6777bbd4305 Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 18 Feb 2019 12:55:22 +0100 Subject: [PATCH] nodemon now watches json changes --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index b8394b8fb..dfc91c050 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,7 +58,7 @@ function backWatch(done) { nodemon({ exec: commands.join(' && '), - ext: 'js html css', + ext: 'js html css json', args: ['backOnly'], watch: backSources, done: done