Build a non-minified version, document build process

This commit is contained in:
Nibbler999 2013-03-21 14:53:10 +01:00
parent 0702bb02fd
commit 0fa788fecd
2 changed files with 23 additions and 32 deletions

View file

@ -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 ###