2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

fix makefile to reset zips

This commit is contained in:
Jacob Thornton
2012-02-01 22:27:46 -08:00
parent 6738042c61
commit e1deb4e767
11 changed files with 137 additions and 0 deletions
+2
View File
@@ -10,6 +10,7 @@ WATCHR ?= `which watchr`
#
docs: bootstrap
rm docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap
rm -r bootstrap
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
@@ -42,6 +43,7 @@ bootstrap:
#
gh-pages: docs
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
node docs/build production
cp -r docs/* ../bootstrap-gh-pages