2012-01-27 01:05:45 -05:00
|
|
|
BOOTSTRAP = ./docs/assets/css/bootstrap.css
|
2012-01-27 00:48:46 -05:00
|
|
|
BOOTSTRAP_LESS = ./less/bootstrap.less
|
2012-04-19 01:49:31 -04:00
|
|
|
DATE=$(shell date +%I:%M%p)
|
|
|
|
CHECK=\033[32m✔\033[39m
|
2012-04-23 07:16:27 -04:00
|
|
|
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#
|
2011-06-28 03:23:54 -04:00
|
|
|
|
|
|
|
|
2012-01-23 17:14:16 -05:00
|
|
|
#
|
2012-01-29 16:15:37 -05:00
|
|
|
# BUILD DOCS
|
2012-01-23 17:14:16 -05:00
|
|
|
#
|
|
|
|
|
2012-04-19 01:49:31 -04:00
|
|
|
build:
|
2012-04-23 07:16:27 -04:00
|
|
|
@echo "\n${HR}"
|
2012-04-19 01:49:31 -04:00
|
|
|
@echo "Building Bootstrap..."
|
2012-04-23 07:16:27 -04:00
|
|
|
@echo "${HR}\n"
|
2012-11-11 19:13:43 -05:00
|
|
|
@echo -n "Running JSHint on javascript..."
|
2012-04-19 01:49:31 -04:00
|
|
|
@jshint js/*.js --config js/.jshintrc
|
|
|
|
@jshint js/tests/unit/*.js --config js/.jshintrc
|
2012-11-11 19:13:43 -05:00
|
|
|
@echo " ${CHECK} Done"
|
|
|
|
@echo -n "Compiling LESS with Recess..."
|
2012-12-20 00:36:50 -05:00
|
|
|
@./node_modules/.bin/recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
|
2012-11-11 19:13:43 -05:00
|
|
|
@echo " ${CHECK} Done"
|
|
|
|
@echo -n "Compiling documentation..."
|
2012-04-19 01:49:31 -04:00
|
|
|
@node docs/build
|
2012-11-02 04:20:06 -04:00
|
|
|
@cp fonts/* docs/assets/fonts/
|
2012-04-19 01:49:31 -04:00
|
|
|
@cp js/*.js docs/assets/js/
|
|
|
|
@cp js/tests/vendor/jquery.js docs/assets/js/
|
2012-11-11 19:13:43 -05:00
|
|
|
@echo " ${CHECK} Done"
|
2012-08-15 04:56:52 -04:00
|
|
|
@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
|
2012-12-20 00:36:50 -05:00
|
|
|
@./node_modules/.bin/uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
|
2012-12-22 19:10:06 -05:00
|
|
|
@echo "/**\n* Bootstrap.js v2.3.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
|
2012-11-11 19:13:43 -05:00
|
|
|
@echo -n "Compiling and minifying javascript..."
|
2012-04-19 01:49:31 -04:00
|
|
|
@cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js
|
|
|
|
@rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
|
2012-11-11 19:13:43 -05:00
|
|
|
@echo " ${CHECK} Done"
|
2012-04-23 07:16:27 -04:00
|
|
|
@echo "\n${HR}"
|
2012-04-19 01:49:31 -04:00
|
|
|
@echo "Bootstrap successfully built at ${DATE}."
|
2012-04-23 07:16:27 -04:00
|
|
|
@echo "${HR}\n"
|
2012-04-19 01:49:31 -04:00
|
|
|
@echo "Thanks for using Bootstrap,"
|
|
|
|
@echo "<3 @mdo and @fat\n"
|
|
|
|
|
2012-04-19 19:38:43 -04:00
|
|
|
#
|
2012-04-19 20:34:07 -04:00
|
|
|
# RUN JSHINT & QUNIT TESTS IN PHANTOMJS
|
2012-04-19 19:38:43 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
test:
|
2012-12-20 00:36:50 -05:00
|
|
|
./node_modules/.bin/jshint js/*.js --config js/.jshintrc
|
|
|
|
./node_modules/.bin/jshint js/tests/unit/*.js --config js/.jshintrc
|
2012-04-19 20:34:07 -04:00
|
|
|
node js/tests/server.js &
|
|
|
|
phantomjs js/tests/phantom.js "http://localhost:3000/js/tests"
|
|
|
|
kill -9 `cat js/tests/pid.txt`
|
|
|
|
rm js/tests/pid.txt
|
2011-06-28 03:23:54 -04:00
|
|
|
|
2012-08-29 07:24:00 -04:00
|
|
|
#
|
|
|
|
# CLEANS THE ROOT DIRECTORY OF PRIOR BUILDS
|
|
|
|
#
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -r bootstrap
|
|
|
|
|
2012-01-23 17:14:16 -05:00
|
|
|
#
|
2012-01-29 19:33:29 -05:00
|
|
|
# BUILD SIMPLE BOOTSTRAP DIRECTORY
|
2012-04-18 19:16:42 -04:00
|
|
|
# recess & uglifyjs are required
|
2012-01-29 16:15:37 -05:00
|
|
|
#
|
|
|
|
|
2013-01-13 07:26:52 -05:00
|
|
|
bootstrap: bootstrap-fonts bootstrap-css bootstrap-js
|
2012-12-21 20:42:24 -05:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# JS COMPILE
|
|
|
|
#
|
|
|
|
bootstrap-js: bootstrap/js/*.js
|
|
|
|
|
|
|
|
bootstrap/js/*.js: js/*.js
|
2012-01-29 19:33:29 -05:00
|
|
|
mkdir -p bootstrap/js
|
2012-08-21 02:13:43 -04:00
|
|
|
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 > bootstrap/js/bootstrap.js
|
2012-12-20 00:36:50 -05:00
|
|
|
./node_modules/.bin/uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/js/bootstrap.min.tmp.js
|
2012-04-15 02:51:08 -04:00
|
|
|
echo "/*!\n* Bootstrap.js by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > bootstrap/js/copyright.js
|
2012-03-08 14:39:00 -05:00
|
|
|
cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js > bootstrap/js/bootstrap.min.js
|
|
|
|
rm bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js
|
2012-01-29 16:15:37 -05:00
|
|
|
|
2012-12-21 20:42:24 -05:00
|
|
|
#
|
|
|
|
# CSS COMPLILE
|
|
|
|
#
|
|
|
|
|
|
|
|
bootstrap-css: bootstrap/css/*.css
|
|
|
|
|
|
|
|
bootstrap/css/*.css: less/*.less
|
|
|
|
mkdir -p bootstrap/css
|
|
|
|
./node_modules/.bin/recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
|
|
|
|
./node_modules/.bin/recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
|
|
|
|
./node_modules/.bin/recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css
|
|
|
|
./node_modules/.bin/recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
|
|
|
|
|
|
|
|
#
|
2013-01-13 07:26:52 -05:00
|
|
|
# FONTS
|
2012-12-21 20:42:24 -05:00
|
|
|
#
|
|
|
|
|
2013-01-13 07:26:52 -05:00
|
|
|
bootstrap-fonts: bootstrap/fonts/*
|
2012-12-21 20:42:24 -05:00
|
|
|
|
2013-01-13 07:26:52 -05:00
|
|
|
bootstrap/fonts/*: fonts/*
|
|
|
|
mkdir -p bootstrap/fonts
|
|
|
|
cp fonts/* bootstrap/fonts/
|
2012-12-21 20:42:24 -05:00
|
|
|
|
|
|
|
|
2012-01-29 16:15:37 -05:00
|
|
|
#
|
2012-02-01 19:38:58 -05:00
|
|
|
# MAKE FOR GH-PAGES 4 FAT & MDO ONLY (O_O )
|
2012-01-23 17:14:16 -05:00
|
|
|
#
|
2011-11-21 00:36:26 -05:00
|
|
|
|
2012-04-15 03:16:09 -04:00
|
|
|
gh-pages: bootstrap docs
|
2012-04-15 03:19:25 -04:00
|
|
|
rm -f docs/assets/bootstrap.zip
|
2012-04-15 03:16:09 -04:00
|
|
|
zip -r docs/assets/bootstrap.zip bootstrap
|
|
|
|
rm -r bootstrap
|
2012-02-02 01:27:46 -05:00
|
|
|
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
|
2012-02-01 19:38:58 -05:00
|
|
|
node docs/build production
|
2012-01-31 17:05:30 -05:00
|
|
|
cp -r docs/* ../bootstrap-gh-pages
|
|
|
|
|
2012-02-01 19:38:58 -05:00
|
|
|
#
|
|
|
|
# WATCH LESS FILES
|
|
|
|
#
|
|
|
|
|
2011-07-02 02:21:11 -04:00
|
|
|
watch:
|
2012-01-29 16:15:37 -05:00
|
|
|
echo "Watching less files..."; \
|
|
|
|
watchr -e "watch('less/.*\.less') { system 'make' }"
|
|
|
|
|
|
|
|
|
2013-01-13 07:26:52 -05:00
|
|
|
.PHONY: docs watch gh-pages bootstrap-img bootstrap-css bootstrap-js
|