aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-15 16:45:13 -0700
committerJacob Thornton <[email protected]>2012-04-15 16:45:13 -0700
commit6506ede6323ee60d4d7f8171937d92141a64e09e (patch)
treea723dc38ec187cb1ee575932500621c2d7c0c5d1 /Makefile
parent11064c4d344a9c922f05fba9783f36767a5febf1 (diff)
downloadbootstrap-6506ede6323ee60d4d7f8171937d92141a64e09e.tar.xz
bootstrap-6506ede6323ee60d4d7f8171937d92141a64e09e.zip
add bootstrap + bootstrap.min.js to gh-pages for @remy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 768d59e1f..ec442c2c4 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ WATCHR ?= `which watchr`
docs: bootstrap
rm docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap
+ cp bootstrap/js/bootstrap.js docs/assets/js/bootstrap.js
+ cp bootstrap/js/bootstrap.min.js docs/assets/js/bootstrap.min.js
rm -r bootstrap
lessc ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}