From 49e9215b251f27500707979e1cc06d39f9d833ba Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Mon, 20 Jul 2015 11:46:32 +0200 Subject: [PATCH] feature #3748: Use non minified login.js in dev env --- src/sunstone/views/login.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sunstone/views/login.erb b/src/sunstone/views/login.erb index ded9d6a2b5..52fddb976a 100644 --- a/src/sunstone/views/login.erb +++ b/src/sunstone/views/login.erb @@ -10,7 +10,11 @@ - + <% if $conf[:env] == 'dev' %> + + <% else %> + + <% end %>