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-02-01 01:58:28 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-01 01:58:28 +0400
commit390a9af936ce6350bec2660b579e3dcab5918fdb (patch)
treecce7051260b1449a0ba691851dbba9976a872233 /Makefile
parentcfc1c8a8cd69e86dc70a48766cd7cd318537dee3 (diff)
move js stuff into assets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8811d03e11..e4e2ef4188 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,8 @@ docs: bootstrap
lessc ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}
node docs/build
cp img/* docs/assets/img/
+ cp js/*.js docs/assets/js/
+ cp js/tests/vendor/jquery.js docs/assets/js/
#
# BUILD SIMPLE BOOTSTRAP DIRECTORY