I can't wait till web is standalone

This commit is contained in:
NovaFox161
2022-11-19 22:19:38 -06:00
parent f74f13bfef
commit 911bd82a4b

View File

@@ -73,6 +73,7 @@ tasks {
}
create<Exec>("cleanWeb") {
dependsOn("npm")
var gulp = "gulp"
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
gulp = "gulp.cmd"
@@ -81,6 +82,7 @@ tasks {
}
create<Exec>("compileCSS") {
dependsOn("npm")
var gulp = "gulp"
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
gulp = "gulp.cmd"
@@ -90,6 +92,7 @@ tasks {
}
create<Exec>("compileTypescript") {
dependsOn("npm")
var webpack = "webpack"
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
webpack = "webpack.cmd"