Changed the passing MoreProcessing agrument to jsScripts function Minify module, no it passes with a file name, and js file name writing only once.

This commit is contained in:
coderaiser 2012-07-11 04:07:04 -04:00
parent cc31dc3b41
commit 5228a0c5ef
3 changed files with 28 additions and 19 deletions

View file

@ -14,4 +14,7 @@ and cloudfunc.js full sized versions.
* Changed the way Minify post-processing js-files so, from now in Minify object
post-processing functions passed like this {'client.js': function(){}}
* Added ability to read file data from Minify Cache, without writing to disk
* Added ability to read file data from Minify Cache, without writing to disk
* Changed the passing MoreProcessing agrument to jsScripts function Minify module,
no it passes with a file name, and js file name writing only once.