Hi!

If I use sencha cmd with

Code:
sencha \
    -sdk-path=/develop/ext-latest/ \
        compile \
                concatenat -closure vendors/htdocs/res/ext/4.1.3/ext-all-cl.js
I get an error.

Code:
Error: this.fn.call is not a function
This works fine.

Code:
sencha \
    -sdk-path=/develop/ext-latest/ \
        compile \
                concatenat -yui vendors/htdocs/res/ext/4.1.3/ext-all-cl.js
Problem with "-yui" is, that the compressed file has no line-breaks.
But this is our problem, because proxy or firewall of one of our customers makes trouble, if all compressed code is in one line.

http://stackoverflow.com/questions/3...or-line-breaks

How can I fix this issue with -closure. Or is it possible to set the --line-break option with "-yui"?