Create 3rd party libraries with node instead of Python.

This commit is contained in:
2019-03-22 14:26:44 +01:00
parent b164de08a5
commit 8c43840572
11 changed files with 27026 additions and 16225 deletions
+1 -9
View File
@@ -10,24 +10,16 @@ and some dependencies locally
`npm i`
Be sure that Python 3 is installed on your system (for building the 3rd party library).
## Build
To build the two iwmlib files type
`npm run build`
The files will be generated in the dist folder (iwmlib.js and iwmlib.pixi.js). If you want to watch the files for a continuously build type
The files will be generated in the dist folder (iwmlib.js and iwmlib.pixi.js). If you want to watch the files for a continuously build type
`npm run watch`
To build the 3rd party library type
`npm run 3rdparty`
To create the minified version of the 3rd party library type
`npm run minify`