Improved README.md.

This commit is contained in:
Sebastian Kupke 2019-03-29 15:06:07 +01:00
parent 3ca25b3e93
commit 27db37d21d
1 changed files with 9 additions and 2 deletions

View File

@ -12,11 +12,18 @@ and some dependencies locally
## Build
To build the two iwmlib files type
To build the 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
- imwlib.js
- iwmlib.min.js
- iwmlib.pixi.js
- iwmlib.pixi.min.js
will be generated in the dist folder. If you want to build the files continuously type
`npm run watch`