mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
option image convertation to base64 and saving in css file setted
This commit is contained in:
parent
5feaf07cff
commit
949e0ea806
1 changed files with 2 additions and 1 deletions
|
|
@ -170,7 +170,8 @@ CloudServer.init=(function(){
|
|||
CloudServer.Minify.setAllowed({
|
||||
js:true,
|
||||
css:true,
|
||||
html:true
|
||||
html:true,
|
||||
img:true
|
||||
});
|
||||
/* Если нужно минимизируем скрипты */
|
||||
CloudServer.Minify.doit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue