From 07c4d96f6356e189533488b82069d0b09e0cfacb Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 7 Jun 2020 23:57:10 +0200 Subject: [PATCH] Add the js step in build.dev --- gulp/gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulp/gulpfile.js b/gulp/gulpfile.js index 520a9286..bbe21755 100644 --- a/gulp/gulpfile.js +++ b/gulp/gulpfile.js @@ -233,6 +233,7 @@ gulp.task("build.dev", cb => { "imgres.copyImageResources", "imgres.copyNonImageResources", "translations.fullBuild", + "js.dev", "css.dev", "html.dev" )(cb);