From 6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:05:48 -0700 Subject: use non-minified Bootstrap CSS on non-gh-pages --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e60853ef4..414221f1c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,11 @@ +{% if site.github %} +{% else %} + +{% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} -- cgit v1.2.3 From d9f356f05f2993896e9648c8c2f3d319448a011c Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:06:54 -0700 Subject: use non-minified BS Theme CSS on non-gh-pages --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 414221f1c..a98495416 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -21,7 +21,11 @@ {% endif %} {% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} +{% if site.github %} +{% else %} + +{% endif %} {% endif %} -- cgit v1.2.3 From b793fbb13a8f0cb0fab04de8f7fe732b445e6daf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:12:58 -0700 Subject: use non-minified docs CSS on non-gh-pages --- docs/_includes/header.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/header.html b/docs/_includes/header.html index a98495416..6a40f7382 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -29,7 +29,12 @@ {% endif %} +{% if site.github %} +{% else %} + + +{% endif %} -- cgit v1.2.3 From 92fd25a2a29dbef6b47ba932e9ba836150b93eeb Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:18:44 -0700 Subject: use non-minified docs JS on non-gh-pages --- docs/_includes/footer.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 0bb3eafd3..cebd0ee7b 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -34,7 +34,11 @@ +{% if site.github %} +{% else %} + +{% endif %} {% if page.slug == "customize" %} {% endif %} -- cgit v1.2.3 From 1dc54dc160d4352d894550c7c5d3f68c475ba2cf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:28:30 -0700 Subject: use non-minified Bootstrap JS when on non-gh-pages --- docs/_includes/footer.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index cebd0ee7b..f962d19cc 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -33,10 +33,16 @@ ================================================== --> +{% if site.github %} +{% else %} + +{% endif %} {% if site.github %} {% else %} + + {% endif %} {% if page.slug == "customize" %} -- cgit v1.2.3