From 676e6b216cde987ea89eee8ff0681d17f96757f8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 5 Jul 2012 04:11:30 -0400 Subject: [PATCH] changed config --- .gitignore | 5 ++++- config.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3509e169..04dab2f9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,4 +21,7 @@ cdn-cloudcmd.manifest.yml tmp #file used by c9 -apache-status \ No newline at end of file +apache-status + +#file used by nodester +.nodester.appconfig \ No newline at end of file diff --git a/config.json b/config.json index e1e4ae3b..4f47900a 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,8 @@ { "cache" : {"allowed" : true}, "minification" : { - "js" : true, - "css" : true, + "js" : false, + "css" : false, "html" : true, "img" : true }