From 025253ac030582dd9b40ea6bf3d392ac41d6018e Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Thu, 24 Dec 2015 07:50:34 -0600 Subject: [PATCH] wip publish --- docs/_includes/footer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 32989be8..57edfad0 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -21,10 +21,10 @@ - - - - +{% if site.data.minified %} + + +{% else %} {% for file in site.data.configBridge.paths.coreJs %} {% endfor %} @@ -32,7 +32,7 @@ {% for file in site.data.configBridge.paths.docsJs %} {% endfor %} - +{% endif %}