1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-15 19:21:49 +00:00

Add the js step in build.dev

This commit is contained in:
Eric 2020-06-07 23:57:10 +02:00 committed by GitHub
parent a2ee16589f
commit 07c4d96f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,7 @@ gulp.task("build.dev", cb => {
"imgres.copyImageResources", "imgres.copyImageResources",
"imgres.copyNonImageResources", "imgres.copyNonImageResources",
"translations.fullBuild", "translations.fullBuild",
"js.dev",
"css.dev", "css.dev",
"html.dev" "html.dev"
)(cb); )(cb);