Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-16 03:45:13 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-16 03:45:13 +0400
commit6506ede6323ee60d4d7f8171937d92141a64e09e (patch)
treea723dc38ec187cb1ee575932500621c2d7c0c5d1 /Makefile
parent11064c4d344a9c922f05fba9783f36767a5febf1 (diff)
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 768d59e1f3..ec442c2c42 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}