From: Jacob Thornton Date: Mon, 5 Nov 2012 06:36:03 +0000 (-0800) Subject: change dist output a bit X-Git-Tag: v1.0.0^0 X-Git-Url: http://git.roojs.org/?p=ratchet;a=commitdiff_plain;h=29ca1cf2d1376839d48eb5ed93b853808fab0f57 change dist output a bit --- diff --git a/Makefile b/Makefile index 4aeb1b1..5f2b8d6 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,11 @@ gh-pages: build cp -r docs/ gh-pages/ cp -r lib gh-pages/lib cp -r dist gh-pages/dist - zip -r gh-pages/dist.zip gh-pages/dist + cd gh-pages + cp -r dist ratchet + zip -r ratchet.zip ratchet + rm -rf ratchet + cd .. git fetch origin git checkout gh-pages sed -i -e 's/\.\.\//\.\//g' gh-pages/index.html diff --git a/docs/index.html b/docs/index.html index e70d825..6bd0911 100644 --- a/docs/index.html +++ b/docs/index.html @@ -74,7 +74,7 @@

Prototype iPhone apps with simple HTML, CSS and JS components.

- Download Ratchet + Download Ratchet