aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-07 22:26:40 -0700
committerfat <[email protected]>2015-05-07 22:26:40 -0700
commit1b183e2ff796fc22aba8a8cac074a306c083d018 (patch)
treeecc5298aab8d67841e0a765e44feb0b70c872050 /Gruntfile.js
parent660505188241418ffda53b5eb848defecd5f57e1 (diff)
downloadbootstrap-1b183e2ff796fc22aba8a8cac074a306c083d018.tar.xz
bootstrap-1b183e2ff796fc22aba8a8cac074a306c083d018.zip
carousel -> es6
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index c32f79f0e..b058bf3a0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -66,6 +66,7 @@ module.exports = function (grunt) {
'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',
}
}
},