File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,25 +14,25 @@ build:
14
14
@echo " \n\n"
15
15
@echo " \033[36mBuilding Bootstrap...\033[39m"
16
16
@echo " ${HR} "
17
- @printf " Running JSHint on javascript ..."
17
+ @printf " Running JSHint on JavaScript ..."
18
18
@jshint js/* .js --config js/.jshintrc
19
19
@jshint js/tests/unit/* .js --config js/.jshintrc
20
- @echo " ${CHECK} Done "
20
+ @echo " ${CHECK} "
21
21
@printf " Compiling LESS with Recess..."
22
22
@recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
23
- @echo " ${CHECK} Done "
24
- @printf " Prepping fonts and JavaScript ..."
23
+ @echo " ${CHECK} "
24
+ @printf " Prepping documentation assets ..."
25
25
@cp fonts/* docs/assets/fonts/
26
26
@cp js/* .js docs/assets/js/
27
27
@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 ..."
30
30
@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
31
31
@uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
32
32
@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
33
33
@cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js
34
34
@rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
35
- @echo " ${CHECK} Done "
35
+ @echo " ${CHECK} "
36
36
@echo " ${HR} "
37
37
@echo " \033[36mSuccess!\n\033[39m"
38
38
@echo " \033[37mThanks for using Bootstrap,"
You can’t perform that action at this time.
0 commit comments