From d76bd33aee6eab42e77edcb6ab711bf71a17c44e Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Tue, 11 Mar 2014 08:00:49 -0400 Subject: [PATCH] make zip --- Makefile | 9 +++++++++ index.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ff6255..b5b0ce6 100644 --- a/Makefile +++ b/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: s3cmd sync _site/. s3://isotope.metafizzy.co/v1/ + +prod: + zip deploy diff --git a/index.html b/index.html index 43dfdf4..faf3751 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,7 @@ features: {% endfor %} - +