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:
authorMark Otto <otto@github.com>2013-02-13 00:16:32 +0400
committerMark Otto <otto@github.com>2013-02-13 00:16:32 +0400
commit5de8557398ec862ab94f48dc081865d8223de1cf (patch)
tree6be79a02e9a42fbf5148780c0fa315b4cc19317d /Makefile
parent1f5f23f869a971a4c4395d5170d9b991048d244f (diff)
convert to jekyll
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index acc4d11bfb..ab0c20cc3d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,11 +18,11 @@ build:
@echo "Running JSHint on javascript... ${CHECK} Done"
@./node_modules/.bin/recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
@echo "Compiling LESS with Recess... ${CHECK} Done"
- @node docs/build
- @cp fonts/* docs/assets/fonts/
- @cp js/*.js docs/assets/js/
- @cp js/tests/vendor/jquery.js docs/assets/js/
- @echo "Compiling documentation... ${CHECK} Done"
+# @node docs/build
+# @cp fonts/* docs/assets/fonts/
+# @cp js/*.js docs/assets/js/
+# @cp js/tests/vendor/jquery.js docs/assets/js/
+# @echo "Compiling documentation... ${CHECK} Done"
@cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js js/bootstrap-affix.js > docs/assets/js/bootstrap.js
@./node_modules/.bin/uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
@echo "/**\n* Bootstrap.js v3.0.0 by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js