diff --git a/lib/server/minify.js b/lib/server/minify.js index fcfce9f5..2485c1f2 100644 --- a/lib/server/minify.js +++ b/lib/server/minify.js @@ -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 : '' }; })();