chore(config) minification: true

This commit is contained in:
coderaiser 2013-07-31 14:28:39 +00:00
parent 250a59eac1
commit 8b97bfab17

View file

@ -2,9 +2,9 @@
"api_url" : "/api/v1",
"appcache" : false,
"minification" : {
"js" : false,
"css" : false,
"html" : false,
"js" : true,
"css" : true,
"html" : true,
"img" : true
},
"cache" : true,