From e66a80fdbd94bd3d6d5e1eaba593fb8bc2520ce2 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 28 May 2011 21:15:20 +0100 Subject: [PATCH] Ups, set minify back to true --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index f72ef883..11084bcb 100644 --- a/settings.json +++ b/settings.json @@ -29,5 +29,5 @@ This file must be valid JSON. But comments are allowed /* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly, but makes it impossible to debug the javascript/css */ - "minify" : false + "minify" : true }