From 92a7647b66afc12906dc0ac1d2e46a654fa38463 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 7 Feb 2013 08:48:09 -0500 Subject: [PATCH] minor changes --- json/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/config.json b/json/config.json index a241eb45..e53c7ca4 100644 --- a/json/config.json +++ b/json/config.json @@ -2,9 +2,9 @@ "api_url" : "/api/v1", "appcache" : false, "minification" : { - "js" : false, + "js" : true, "css" : true, - "html" : false, + "html" : true, "img" : true }, "logs" : false,