chore(config) minification: true

This commit is contained in:
coderaiser 2013-07-31 14:28:39 +00:00
parent c3e9b178cf
commit f0010dfa7f

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,