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 }