mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor additional build fixes
This commit is contained in:
@@ -79,7 +79,7 @@ function gulptasksSounds($, gulp, buildFolder) {
|
|||||||
|
|
||||||
gulp.task(
|
gulp.task(
|
||||||
"sounds.sfx",
|
"sounds.sfx",
|
||||||
$.sequence(["sounds.sfxGenerateSprites", "sounds.sfxOptimize", "sounds.sfxCopyAtlas"])
|
$.sequence("sounds.sfxGenerateSprites", "sounds.sfxOptimize", "sounds.sfxCopyAtlas")
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task("sounds.copy", () => {
|
gulp.task("sounds.copy", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user