From 9a5222ca31e690d9559a0dd635e6f9b82247e54e Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 19 Nov 2015 01:00:35 -0800 Subject: [PATCH] Docs: Separate Tether out from docs.min.js We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce] --- docs/_includes/footer.html | 2 ++ grunt/configBridge.json | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 34b4639000..3782eea04b 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -14,6 +14,8 @@ + + {% if site.github %} {% else %} diff --git a/grunt/configBridge.json b/grunt/configBridge.json index 7b965bbb5d..2bda833943 100644 --- a/grunt/configBridge.json +++ b/grunt/configBridge.json @@ -4,7 +4,6 @@ "../assets/js/vendor/anchor.min.js", "../assets/js/vendor/clipboard.min.js", "../assets/js/vendor/holder.min.js", - "../assets/js/vendor/tether.min.js", "../assets/js/src/application.js" ] }