changed config

This commit is contained in:
coderaiser 2012-07-05 04:11:30 -04:00
parent e456af7408
commit 676e6b216c
2 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View file

@ -21,4 +21,7 @@ cdn-cloudcmd.manifest.yml
tmp tmp
#file used by c9 #file used by c9
apache-status apache-status
#file used by nodester
.nodester.appconfig

View file

@ -1,8 +1,8 @@
{ {
"cache" : {"allowed" : true}, "cache" : {"allowed" : true},
"minification" : { "minification" : {
"js" : true, "js" : false,
"css" : true, "css" : false,
"html" : true, "html" : true,
"img" : true "img" : true
} }