Skip to content

Commit

Permalink
updated docs and bundle command
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Donaldson committed Jul 16, 2012
1 parent 59e9a15 commit e4b0d61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
haxedoc.xml
*.zip
haxelib
12 changes: 8 additions & 4 deletions bundle.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
cd src;
haxe -js x.js --no-output -cp src -xml ../haxedoc.xml `ls js/phantomjs/*`
zip -r ../phantom.zip . ../haxelib.xml ../haxedoc.xml
rm -r haxelib
rm phantomjs.zip
mkdir -p haxelib
cp haxelib.xml haxelib
cp -r src/js haxelib
cd src
haxe -js x --no-output -xml ../haxelib/haxedoc.xml `ls js/phantomjs/*.hx`
cd -

zip -r phantomjs.zip haxelib -x "*.DS_Store"

0 comments on commit e4b0d61

Please sign in to comment.