Hi!
When I am trying to compress jQuery with YUICompressor on UNIX machine, it adds some strange words which causes crash on jquery init:
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)}get ,_jQuery=window.jQuery
Note 'get ' before ,_jQuery=window.jQuery. There is no 'get ' in source code of course.
When compressing on windows machine all things are ok.
Any clues?