Skip to content

Commit 31ba4a4

Browse files
committed
Fixed build order
1 parent 4c065d8 commit 31ba4a4

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Gruntfile.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,18 @@ module.exports = function(grunt) {
7373
uglify: {
7474
dist: {
7575
files: {
76-
'dist/bootstrap.min.js': ['js/*.js']
76+
'dist/bootstrap.min.js': ['js/transition.js',
77+
'js/alert.js',
78+
'js/button.js',
79+
'js/carousel.js',
80+
'js/collapse.js',
81+
'js/dropdown.js',
82+
'js/modal.js',
83+
'js/tooltip.js',
84+
'js/popover.js',
85+
'js/scrollspy.js',
86+
'js/tab.js',
87+
'js/affix.js']
7788
}
7889
}
7990
},

0 commit comments

Comments
 (0)