8000 remove duplicate done text; change label on docs prep step · rusongyu/bootstrap@f59e4fd · GitHub
[go: up one dir, main page]

Skip to content

Commit f59e4fd

Browse files
committed
remove duplicate done text; change label on docs prep step
1 parent 9134fa4 commit f59e4fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ build:
1414
@echo "\n\n"
1515
@echo "\033[36mBuilding Bootstrap...\033[39m"
1616
@echo "${HR}"
17-
@printf "Running JSHint on javascript..."
17+
@printf "Running JSHint on JavaScript..."
1818
@jshint js/*.js --config js/.jshintrc
1919
@jshint js/tests/unit/*.js --config js/.jshintrc
20-
@echo " ${CHECK} Done"
20+
@echo " ${CHECK}"
2121
@printf "Compiling LESS with Recess..."
2222
@recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
23-
@echo " ${CHECK} Done"
24-
@printf "Prepping fonts and JavaScript..."
23+
@echo " ${CHECK}"
24+
@printf "Prepping documentation assets..."
2525
@cp fonts/* docs/assets/fonts/
2626
@cp js/*.js docs/assets/js/
2727
@cp js/tests/vendor/jquery.js docs/assets/js/
28-
@echo " ${CHECK} Done"
29-
@printf "Compiling and minifying javascript..."
28+
@echo " ${CHECK}"
29+
@printf "Compiling and minifying JavaScript..."
3030
@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
3131
@uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
3232
@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
3333
@cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js
3434
@rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
35-
@echo " ${CHECK} Done"
35+
@echo " ${CHECK}"
3636
@echo "${HR}"
3737
@echo "\033[36mSuccess!\n\033[39m"
3838
@echo "\033[37mThanks for using Bootstrap,"

0 commit comments

Comments
 (0)
0