2019-03-21 09:52:25 +01:00
|
|
|
# iwmlib
|
|
|
|
|
2019-03-22 13:48:42 +01:00
|
|
|
## Install
|
|
|
|
|
|
|
|
Install the following dependencies globally
|
|
|
|
|
|
|
|
`npm i rollup gulp-cli -g`
|
|
|
|
|
|
|
|
and some dependencies locally
|
|
|
|
|
|
|
|
`npm i`
|
|
|
|
|
2019-03-22 12:54:57 +01:00
|
|
|
## Build
|
|
|
|
|
2019-03-22 13:48:42 +01:00
|
|
|
To build the two iwmlib files type
|
|
|
|
|
|
|
|
`npm run build`
|
|
|
|
|
2019-03-22 14:26:44 +01:00
|
|
|
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
|
2019-03-22 13:48:42 +01:00
|
|
|
|
|
|
|
`npm run watch`
|
|
|
|
|
|
|
|
To build the 3rd party library type
|
|
|
|
|
|
|
|
`npm run 3rdparty`
|