option image convertation to base64 and saving in css file setted

This commit is contained in:
coderaiser 2012-06-24 12:58:27 +00:00
parent 5feaf07cff
commit 949e0ea806

View file

@ -170,7 +170,8 @@ CloudServer.init=(function(){
CloudServer.Minify.setAllowed({
js:true,
css:true,
html:true
html:true,
img:true
});
/* Если нужно минимизируем скрипты */
CloudServer.Minify.doit();