mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Minor additional build fixes
This commit is contained in:
parent
3ad359ef0b
commit
dda80568e1
@ -79,7 +79,7 @@ function gulptasksSounds($, gulp, buildFolder) {
|
||||
|
||||
gulp.task(
|
||||
"sounds.sfx",
|
||||
$.sequence(["sounds.sfxGenerateSprites", "sounds.sfxOptimize", "sounds.sfxCopyAtlas"])
|
||||
$.sequence("sounds.sfxGenerateSprites", "sounds.sfxOptimize", "sounds.sfxCopyAtlas")
|
||||
);
|
||||
|
||||
gulp.task("sounds.copy", () => {
|
||||
|
Loading…
Reference in New Issue
Block a user