2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1 -1
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'
}
},