Build a non-minified version, document build process
This commit is contained in:
parent
0702bb02fd
commit
0fa788fecd
2 changed files with 23 additions and 32 deletions
|
@ -33,6 +33,14 @@ last 2 examples and allowing us to share the source code :)
|
|||
|
||||
[Documentation can be found here](<http://www.goodboydigital.com/pixijs/docs/>)
|
||||
|
||||
### How to build ###
|
||||
|
||||
```
|
||||
cd build
|
||||
ant -f PixiBuild.xml
|
||||
```
|
||||
|
||||
This will create a minified version at bin/pixi.js and a non-minified version at bin/pixi.dev.js
|
||||
|
||||
### Current features ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue