aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-10 19:45:38 -0700
committerfat <[email protected]>2015-05-10 19:45:38 -0700
commitca9c850ebbfc880dc5021b451ffc9fa12184ff87 (patch)
tree8db34e73d402c3f71fd2e8c853b7fddf6cee33d6 /Gruntfile.js
parentbbb97a8660639002e70b1786e595ef9171bfecc6 (diff)
downloadbootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.tar.xz
bootstrap-ca9c850ebbfc880dc5021b451ffc9fa12184ff87.zip
add getters for Version and Default where applicable
add modal my gawd
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5c29acf03..4182d9d3c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -68,7 +68,8 @@ module.exports = function (grunt) {
'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'
+ 'js/dist/dropdown.js' : 'js/src/dropdown.js',
+ 'js/dist/modal.js' : 'js/src/modal.js'
}
}
},
@@ -114,8 +115,7 @@ module.exports = function (grunt) {
'js/tooltip.js',
'js/popover.js',
'js/scrollspy.js',
- 'js/tab.js',
- 'js/affix.js'
+ 'js/tab.js'
],
dest: 'dist/js/<%= pkg.name %>.js'
}