Changed the way Minify post-processing js-files so, from now in Minify object post-processing functions passed like this {client.js: function(){}}

This commit is contained in:
coderaiser 2012-07-10 07:36:08 -04:00
parent 64e801f7ea
commit a95d07e6d8
3 changed files with 15 additions and 13 deletions

View file

@ -9,4 +9,7 @@ js-script(or something other) has not loaded.
* Fixed bug in object Minify, doit function, more processing function did not
return final_code so changes was not saving, and clien side loaded keyBinding.js
and cloudfunc.js full sized versions.
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(){}}