From acc1558d5f77e01aeacf57da3f772c3859a21eeb Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 6 Aug 2012 20:58:24 +0300 Subject: [PATCH] setted up js compression and cache --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index d58f0b2d..0de340e3 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { - "cache" : {"allowed" : false}, + "cache" : {"allowed" : true}, "minification" : { - "js" : false, + "js" : true, "css" : true, "html" : true, "img" : true