mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-19 08:40:29 -08:00
Minor additional build fixes
This commit is contained in:
parent
3ad359ef0b
commit
dda80568e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue