From 295570d1bd100d63824b74f1ec2449ce721decd1 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 1 Nov 2013 20:36:19 -0400 Subject: [PATCH] deployed site now uses minified code --- server/layouts/default.html.eco | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco index 9fe7d8f44..6c4b4bdcd 100755 --- a/server/layouts/default.html.eco +++ b/server/layouts/default.html.eco @@ -27,6 +27,9 @@ + + + <% unless 'development' in @getEnvironments(): %> @@ -66,12 +69,11 @@ + <% else: %> + + <% end %> - - @@ -80,6 +82,7 @@ + <% if 'development' in @getEnvironments(): %> @@ -93,6 +96,9 @@ + <% else: %> + + <% end %>