aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-01 22:52:07 -0800
committerMark Otto <[email protected]>2012-02-01 22:52:07 -0800
commitaa8a7668cba4c9cc85c0902cb5abf703d0ac86c3 (patch)
tree2500ca303c185b7ff28bb8e3daa70d98b1b3c97f /Makefile
parent58fd0dea36173c8672fd77cf06df2ccfbeb4d068 (diff)
parent98d1659ef836cb879ce7d6260351ff35e96ebd25 (diff)
downloadbootstrap-aa8a7668cba4c9cc85c0902cb5abf703d0ac86c3.tar.xz
bootstrap-aa8a7668cba4c9cc85c0902cb5abf703d0ac86c3.zip
Merge branch 'master' into 2.0.1-wip
Conflicts: docs/assets/bootstrap.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 617fcd34a..923c0ced3 100644
--- a/Makefile
+++ b/Makefile
@@ -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