aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-11 23:32:37 -0700
committerfat <[email protected]>2015-05-11 23:32:37 -0700
commit3452e8dc8336c7a4151bcccdb9d3d4202f06f294 (patch)
tree7314ef1451ba4e373471ac493e6903365f489d1a /Gruntfile.js
parent8eee78ca15f51dc7e7d514497078bfd7c012ac21 (diff)
downloadbootstrap-3452e8dc8336c7a4151bcccdb9d3d4202f06f294.tar.xz
bootstrap-3452e8dc8336c7a4151bcccdb9d3d4202f06f294.zip
rewritten tooltip + tether integration and death to our positioner jank
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 84e3f9bb2..4754571ed 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -71,7 +71,8 @@ module.exports = function (grunt) {
'js/dist/dropdown.js' : 'js/src/dropdown.js',
'js/dist/modal.js' : 'js/src/modal.js',
'js/dist/scrollspy.js' : 'js/src/scrollspy.js',
- 'js/dist/tab.js' : 'js/src/tab.js'
+ 'js/dist/tab.js' : 'js/src/tab.js',
+ 'js/dist/tooltip.js' : 'js/src/tooltip.js'
}
}
},