mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
removed getting data from Minify cache
This commit is contained in:
parent
1e0430fe3e
commit
17e8df88ce
1 changed files with 1 additions and 5 deletions
|
|
@ -52,9 +52,6 @@
|
|||
if(!this.MinFolder)
|
||||
this.MinFolder = Minify.MinFolder;
|
||||
|
||||
if(!this.Cache)
|
||||
this.Cache = Minify.Cache;
|
||||
|
||||
if(this._allowed.css || this._allowed.js || this._allowed.html){
|
||||
Minify.optimize(pName, pParams);
|
||||
lResult = true;
|
||||
|
|
@ -76,7 +73,6 @@
|
|||
},
|
||||
|
||||
/* minification folder name */
|
||||
MinFolder : '',
|
||||
Cache : null
|
||||
MinFolder : ''
|
||||
};
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue