mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
removed html minification
This commit is contained in:
parent
af28644cee
commit
f102973e35
1 changed files with 2 additions and 2 deletions
|
|
@ -174,14 +174,14 @@ var CloudFunc = require(CloudServer.LIBDIR +
|
|||
/* конструктор*/
|
||||
CloudServer.init=(function(){
|
||||
/* Переменная в которой храниться кэш*/
|
||||
CloudServer.Cache.setAllowed(true);
|
||||
CloudServer.Cache.setAllowed(false);
|
||||
/* Change default parameters of
|
||||
* js/css/html minification
|
||||
*/
|
||||
CloudServer.Minify.setAllowed({
|
||||
js:true,
|
||||
css:true,
|
||||
html:true,
|
||||
html:false,
|
||||
img:true
|
||||
});
|
||||
/* Если нужно минимизируем скрипты */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue