1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

specify explicit ordering for grunt concat step

This commit is contained in:
Chris Rebert 2013-07-26 01:07:56 -07:00
parent 0d33455ef4
commit 292d8d6819
3 changed files with 452 additions and 452 deletions

View file

@ -19,7 +19,7 @@ module.exports = function(grunt) {
stripBanners: false
},
bootstrap: {
src: ['js/*.js'],
src: ['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'],
dest: 'dist/js/<%= pkg.name %>.js'
}
},