aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-21 17:38:05 -0800
committerJacob Thornton <[email protected]>2011-12-21 17:38:05 -0800
commit6d5b5065176a9e46ce71ec5fc16ae4a079e9e636 (patch)
tree967bc54b6517b3858cadbfeb5084ccf818423ed7 /Makefile
parenta5a98a8a984512011dac1216b432b86c6eff96a4 (diff)
downloadbootstrap-6d5b5065176a9e46ce71ec5fc16ae4a079e9e636.tar.xz
bootstrap-6d5b5065176a9e46ce71ec5fc16ae4a079e9e636.zip
minor cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e5c083ae6..1f38338f8 100644
--- a/Makefile
+++ b/Makefile
@@ -22,15 +22,16 @@ build:
uglify:
@@if test ! -z ${UGLIFY_JS}; then \
mkdir -p js/min; \
- uglifyjs -o js/min/bootstrap-accordion.js js/bootstrap-accordion.js;\
- uglifyjs -o js/min/bootstrap-alerts.js js/bootstrap-alerts.js;\
- uglifyjs -o js/min/bootstrap-buttons.js js/bootstrap-buttons.js;\
+ uglifyjs -o js/min/bootstrap-alerts.js js/bootstrap-alert.js;\
+ uglifyjs -o js/min/bootstrap-buttons.js js/bootstrap-button.js;\
+ uglifyjs -o js/min/bootstrap-carousel.js js/bootstrap-carousel.js;\
+ uglifyjs -o js/min/bootstrap-collapse.js js/bootstrap-collapse.js;\
uglifyjs -o js/min/bootstrap-dropdown.js js/bootstrap-dropdown.js;\
uglifyjs -o js/min/bootstrap-modal.js js/bootstrap-modal.js;\
uglifyjs -o js/min/bootstrap-popover.js js/bootstrap-popover.js;\
uglifyjs -o js/min/bootstrap-scrollspy.js js/bootstrap-scrollspy.js;\
- uglifyjs -o js/min/bootstrap-tabs.js js/bootstrap-tabs.js;\
- uglifyjs -o js/min/bootstrap-transitions.js js/bootstrap-transitions.js;\
+ uglifyjs -o js/min/bootstrap-tabs.js js/bootstrap-tab.js;\
+ uglifyjs -o js/min/bootstrap-transitions.js js/bootstrap-transition.js;\
uglifyjs -o js/min/bootstrap-twipsy.js js/bootstrap-twipsy.js;\
else \
echo "You must have the UGLIFYJS minifier installed in order to minify Bootstrap's js."; \