Filter & sort magical layouts http://isotope.metafizzy.co
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
250 B

build:
jekyll build
11 years ago
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:
11 years ago
s3cmd sync _site/. s3://isotope.metafizzy.co/v1/
11 years ago
prod: build zip deploy