mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
minify bug resolved, keyBinding code moved from client.js to keyBinding.js
This commit is contained in:
parent
b940791947
commit
699a1111ee
3 changed files with 259 additions and 252 deletions
|
|
@ -135,8 +135,8 @@ CloudServer.Minify={
|
|||
var lMinify = require(CloudServer.LIBDIR+'/minify');
|
||||
|
||||
this.done.js=this._allowed.js?lMinify.jsScripts():false;
|
||||
this.done.html=this._allowed.js?lMinify.html():false;
|
||||
this.done.css=this._allowed.js?lMinify.cssStyles():false;
|
||||
this.done.html=this._allowed.html?lMinify.html():false;
|
||||
this.done.css=this._allowed.css?lMinify.cssStyles():false;
|
||||
}
|
||||
}),
|
||||
/* свойство показывающее случилась ли ошибка*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue