We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like yui doesn't support ecmascript5+. Issue reported almost a year ago with no traction: yui/yuicompressor#234
Switch to using CLOSURE compiler for js which seems to work better.
<jsEngine>CLOSURE</jsEngine> <closureLanguage>ECMASCRIPT5</closureLanguage>
The text was updated successfully, but these errors were encountered:
Closure compiler leaves line breaks every 500 or so chars (https://developers.google.com/closure/compiler/faq?csw=1#linefeeds) so also need to update the minification test.
Sorry, something went wrong.
Issue #138: Use closure compiler for js minification.
a782660
mk23
No branches or pull requests
Looks like yui doesn't support ecmascript5+. Issue reported almost a year ago with no traction: yui/yuicompressor#234
Switch to using CLOSURE compiler for js which seems to work better.
The text was updated successfully, but these errors were encountered: