From bbb97a8660639002e70b1786e595ef9171bfecc6 Mon Sep 17 00:00:00 2001 From: fat Date: Sun, 10 May 2015 13:47:11 -0700 Subject: add dropdown --- Gruntfile.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Gruntfile.js') 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' } } }, -- cgit v1.2.3