mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-02 15:44:04 +00:00
Merge branch 'master' of https://github.com/tobspr/shapez.io
This commit is contained in:
commit
7537494226
@ -360,7 +360,11 @@ gulp.task(
|
||||
);
|
||||
|
||||
// all (except wegame)
|
||||
gulp.task("standalone.all", gulp.series("regular.main.standalone", "wegame.main.standalone"));
|
||||
gulp.task("standalone.steam", gulp.series("regular.main.standalone", "china.main.standalone"));
|
||||
gulp.task(
|
||||
"standalone.all",
|
||||
gulp.series("regular.main.standalone", "china.main.standalone", "wegame.main.standalone")
|
||||
);
|
||||
|
||||
// Live-development
|
||||
gulp.task(
|
||||
|
Loading…
Reference in New Issue
Block a user