Browse Source

make zip

v1
David DeSandro 11 years ago
parent
commit
d76bd33aee
  1. 9
      Makefile
  2. 2
      index.html

9
Makefile

@ -1,2 +1,11 @@
zip:
rm -rf _site/isotope-v1-docs.zip
cp -r _site isotope-v1-docs
zip -rq _site/isotope-v1-docs.zip isotope-v1-docs/
rm -rf isotope-v1-docs
deploy: deploy:
s3cmd sync _site/. s3://isotope.metafizzy.co/v1/ s3cmd sync _site/. s3://isotope.metafizzy.co/v1/
prod:
zip deploy

2
index.html

@ -78,7 +78,7 @@ features:
</div> </div>
{% endfor %} {% endfor %}
<div class="link" data-number="5"><a href="jquery.isotope.min.js">Down&#8203;load jquery&#8203;.isotope&#8203;.min.js</a></div> <div class="link" data-number="5"><a href="jquery.isotope.min.js">Down&#8203;load jquery&#8203;.isotope&#8203;.min.js</a></div>
<div class="link" data-number="13"><a href="http://meta.metafizzy.co/files/isotope-site.zip">Down&#8203;load this project</a></div> <div class="link" data-number="13"><a href="isotope-v1-docs.zip">Down&#8203;load this project</a></div>
<div class="link away" data-number="35"><a href="http://github.com/desandro/isotope">Isotope on GitHub</a></div> <div class="link away" data-number="35"><a href="http://github.com/desandro/isotope">Isotope on GitHub</a></div>
</div> </div>

Loading…
Cancel
Save