mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-26 05:48:29 -06:00
I can't wait till web is standalone
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user