diff options
| author | fat <[email protected]> | 2015-05-10 13:47:11 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2015-05-10 13:47:11 -0700 |
| commit | bbb97a8660639002e70b1786e595ef9171bfecc6 (patch) | |
| tree | 30939a970a2edee49b24ddf19f3ebd3dadc02cb2 /Gruntfile.js | |
| parent | 8bab38bb7176d2716b72664dbafcc326824a2ee9 (diff) | |
| download | bootstrap-bbb97a8660639002e70b1786e595ef9171bfecc6.tar.xz bootstrap-bbb97a8660639002e70b1786e595ef9171bfecc6.zip | |
add dropdown
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index ffc660958..5c29acf03 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,11 +63,12 @@ module.exports = function (grunt) { }, dist: { files: { - 'js/dist/util.js': 'js/src/util.js', - 'js/dist/alert.js': 'js/src/alert.js', - 'js/dist/button.js': 'js/src/button.js', - 'js/dist/carousel.js': 'js/src/carousel.js', - 'js/dist/collapse.js': 'js/src/collapse.js', + 'js/dist/util.js' : 'js/src/util.js', + 'js/dist/alert.js' : 'js/src/alert.js', + 'js/dist/button.js' : 'js/src/button.js', + 'js/dist/carousel.js' : 'js/src/carousel.js', + 'js/dist/collapse.js' : 'js/src/collapse.js', + 'js/dist/dropdown.js' : 'js/src/dropdown.js' } } }, |
