Skip to content

Commit

Permalink
hr to var in makefil
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Apr 23, 2012
1 parent c408d89 commit b8b1ffd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Expand Up @@ -4,16 +4,17 @@ BOOTSTRAP_RESPONSIVE = ./docs/assets/css/bootstrap-responsive.css
BOOTSTRAP_RESPONSIVE_LESS = ./less/responsive.less
DATE=$(shell date +%I:%M%p)
CHECK=\033[32m✔\033[39m
HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#


#
# BUILD DOCS
#

build:
@echo "\n##################################################"
@echo "\n${HR}"
@echo "Building Bootstrap..."
@echo "##################################################\n"
@echo "${HR}\n"
@jshint js/*.js --config js/.jshintrc
@jshint js/tests/unit/*.js --config js/.jshintrc
@echo "Running JSHint on javascript... ${CHECK} Done"
Expand All @@ -31,9 +32,9 @@ build:
@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
@echo "Compiling and minifying javascript... ${CHECK} Done"
@echo "\n##################################################"
@echo "\n${HR}"
@echo "Bootstrap successfully built at ${DATE}."
@echo "##################################################\n"
@echo "${HR}\n"
@echo "Thanks for using Bootstrap,"
@echo "<3 @mdo and @fat\n"

Expand Down

0 comments on commit b8b1ffd

Please sign in to comment.