From 6b46d4d8c1f19bac7405518cb09bc11dbe7e40b7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 3 Jul 2014 13:05:48 -0700 Subject: [PATCH] use non-minified Bootstrap CSS on non-gh-pages --- docs/_includes/header.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e60853ef49..414221f1c7 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" %}