Commit 292d8d68 authored by Chris Rebert's avatar Chris Rebert

specify explicit ordering for grunt concat step

parent 0d33455e
...@@ -19,7 +19,7 @@ module.exports = function(grunt) { ...@@ -19,7 +19,7 @@ module.exports = function(grunt) {
stripBanners: false stripBanners: false
}, },
bootstrap: { 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' dest: 'dist/js/<%= pkg.name %>.js'
} }
}, },
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment