Skip to content

Commit

Permalink
Fixed build order
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmx committed Oct 11, 2013
1 parent 4c065d8 commit 31ba4a4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,18 @@ module.exports = function(grunt) {
uglify: {
dist: {
files: {
'dist/bootstrap.min.js': ['js/*.js']
'dist/bootstrap.min.js': ['js/transition.js',
'js/alert.js',
'js/button.js',
'js/carousel.js',
'js/collapse.js',
'js/dropdown.js',
'js/modal.js',
'js/tooltip.js',
'js/popover.js',
'js/scrollspy.js',
'js/tab.js',
'js/affix.js']
}
}
},
Expand Down

0 comments on commit 31ba4a4

Please sign in to comment.