diff options
| author | Chris Rebert <[email protected]> | 2013-07-26 01:07:56 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-26 01:07:56 -0700 |
| commit | 292d8d6819925dbc1957895c11eea2562f08bd17 (patch) | |
| tree | eac04cb2c924f29fbe8a99e1a8ef4f8065924042 /Gruntfile.js | |
| parent | 0d33455ef486d0cf06cb29d427efda57f42f7ea9 (diff) | |
| download | bootstrap-292d8d6819925dbc1957895c11eea2562f08bd17.tar.xz bootstrap-292d8d6819925dbc1957895c11eea2562f08bd17.zip | |
specify explicit ordering for grunt concat step
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' } }, |
