Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-11-05 10:36:03 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-11-05 10:36:03 +0400
commit29ca1cf2d1376839d48eb5ed93b853808fab0f57 (patch)
tree94e19ee5a8bb2bfbfa30ccca279f462f1d2a0138
parent161a7a14a866db170a3e14e7913b3e2852dfc5e3 (diff)
change dist output a bitv1.0.0
-rw-r--r--Makefile6
-rw-r--r--docs/index.html2
2 files changed, 6 insertions, 2 deletions
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 @@
<div class="docs-inner-wrapper">
<hgroup class="docs-header-text">
<h2 class="docs-header-subtitle">Prototype iPhone apps with simple HTML, CSS and JS components.</h2>
- <a data-ignore="push" href="http://maker.github.com/ratchet/dist.zip" class="docs-btn" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V1.0']);">Download Ratchet</a>
+ <a data-ignore="push" href="http://maker.github.com/ratchet/ratchet.zip" class="docs-btn" onClick="_gaq.push(['_trackEvent', 'Downloads', 'V1.0']);">Download Ratchet</a>
</hgroup>
</div>
<section class="social">