From 28f598c8c4af4861bd225d5cb00e98bfd897fddf Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 27 Aug 2012 07:29:53 -0400 Subject: [PATCH] removed packed versions of files, uglifing would be doing on-a-fly --- ChangeLog | 2 ++ config.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index af6dae63..3db1bfa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ problem with menu showing. * Fixed bug with empty directorys. If directory was empty, we could not go in. +* Removed packed versions of files, uglifing +would be doing on-a-fly 2012.08.24, Version 0.1.6 diff --git a/config.json b/config.json index d58f0b2d..4a0dccf7 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "cache" : {"allowed" : false}, "minification" : { - "js" : false, + "js" : true, "css" : true, "html" : true, "img" : true