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);