From 0fa788fecd4d12ba04292abd71e55fb2418b73e0 Mon Sep 17 00:00:00 2001 From: Nibbler999 Date: Thu, 21 Mar 2013 14:53:10 +0100 Subject: [PATCH] Build a non-minified version, document build process --- README.md | 8 ++++++++ build/PixiBuild.xml | 47 +++++++++++++++------------------------------ 2 files changed, 23 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index eddd2c4..d074731 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ last 2 examples and allowing us to share the source code :) [Documentation can be found here]() +### 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 ### diff --git a/build/PixiBuild.xml b/build/PixiBuild.xml index 65f0c74..e2e8ea6 100644 --- a/build/PixiBuild.xml +++ b/build/PixiBuild.xml @@ -10,43 +10,26 @@ + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + \ No newline at end of file