From eb60dfb3a265f1e93efea5ab8ea0b084767c9cc5 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 1 Nov 2013 20:40:13 -0400 Subject: [PATCH] swap conditional on dev packages --- server/layouts/default.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco index 6c4b4bdcd..1dfb84781 100755 --- a/server/layouts/default.html.eco +++ b/server/layouts/default.html.eco @@ -29,7 +29,7 @@ - <% unless 'development' in @getEnvironments(): %> + <% if 'development' in @getEnvironments(): %>