mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
minor cleanups
This commit is contained in:
parent
a5a98a8a98
commit
6d5b506517
11
Makefile
11
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."; \
|
||||
|
4
js/bootstrap-collapse.js
vendored
4
js/bootstrap-collapse.js
vendored
@ -17,7 +17,7 @@
|
||||
* limitations under the License.
|
||||
* ============================================================ */
|
||||
|
||||
(function( $ ){
|
||||
!function( $ ){
|
||||
|
||||
"use strict"
|
||||
|
||||
@ -132,4 +132,4 @@
|
||||
})
|
||||
})
|
||||
|
||||
})( window.jQuery )
|
||||
}( window.jQuery )
|
2
js/bootstrap-transition.js
vendored
2
js/bootstrap-transition.js
vendored
@ -19,6 +19,8 @@
|
||||
|
||||
$(function () {
|
||||
|
||||
"use strict"
|
||||
|
||||
/* CSS TRANSITION SUPPORT (https://gist.github.com/373874)
|
||||
* ======================================================= */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user