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:
parent
0d33455ef4
commit
292d8d6819
3 changed files with 452 additions and 452 deletions
|
@ -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'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue