diff --git a/json/config.json b/json/config.json index de652952..b012c13a 100644 --- a/json/config.json +++ b/json/config.json @@ -2,9 +2,9 @@ "api_url" : "/api/v1", "appcache" : false, "minification" : { - "js" : false, - "css" : false, - "html" : false, + "js" : true, + "css" : true, + "html" : true, "img" : true }, "cache" : true,