1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 02:01:51 +00:00
tobspr_shapez.io/gulp
Даниїл Григор'єв c2855d528d
Slight improvements for the build process (#19)
* Unify the version source

Changes the development config to use version from package.json and
makes the production config use the same utility function. Also removes
the version file as it's no longer needed.

* Remove some Steam references from build process

Removes files needed to publish the game on Steam and related tasks that
can be only used by the developer anyway. Only the build process is
affected, the actual game part still supports Steam integration.

* Refactor/add packaging tasks

Adds new Gulp tasks to create a distributable package of the game. A
task for macOS is not provided because signing needs to be figured out
first. Package creation tasks are also aliased in package.json for
future usage in external tools or CI. Aside from that, alternative
methods of downloading the libGDX Texture Packer are dropped.
2024-04-14 19:03:27 +03:00
..
preloader Allow playing full version in browser via steam sso 2022-06-20 18:22:23 +02:00
.gitignore Add steampipe files and upgrade electron 2020-09-29 19:07:48 +02:00
atlas2json.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
build_variants.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00
buildutils.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00
css.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
docs.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
entitlements.plist MacOS Support 2022-04-13 15:43:58 +02:00
ftp.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
gulpfile.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00
html.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
image-resources.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00
js.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
jsconfig.json Initial commit 2020-05-09 16:45:23 +02:00
loader.compressjson.cjs ES modules and config refactor 2023-03-04 00:46:55 -06:00
loader.strip_block.js Initial commit 2020-05-09 16:45:23 +02:00
local-config.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
mod.js Fix that whole export debacle (#1370) 2022-02-13 21:09:41 +01:00
sounds.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
standalone.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00
translations.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00
tsconfig.json Add ts support 2023-03-04 21:32:47 -06:00
webpack.config.js Add support for JSX 2023-10-24 16:58:53 +03:00
webpack.production.config.js Slight improvements for the build process (#19) 2024-04-14 19:03:27 +03:00