From 292d8d6819925dbc1957895c11eea2562f08bd17 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Jul 2013 01:07:56 -0700 Subject: specify explicit ordering for grunt concat step --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 222bb25b6..085974ca4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' } }, -- cgit v1.2.3