added config.json file

This commit is contained in:
coderaiser 2012-07-04 10:35:53 -04:00
parent c2346de896
commit 899c4f1227

9
config.json Normal file
View file

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