From: Chris Rebert Date: Fri, 4 Dec 2015 08:44:33 +0000 (-0800) Subject: Use non-minified CSS when running docs locally X-Git-Tag: v4.0.0-alpha.2~74^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211ca5865763dd1c3566529816b2e1bc2155ec9f;p=thirdparty%2Fbootstrap.git Use non-minified CSS when running docs locally For easier debugging. Just like we already do for the JS. [skip sauce] --- diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 514e686ea8..e7ecb12ab5 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,7 +14,11 @@ - +{% if site.github %} + +{% else %} + +{% endif %}