dojo / util

Dojo 1 - build utilities. Please submit bugs to https://bugs.dojotoolkit.org/
https://dojotoolkit.org/
Other
60 stars 105 forks source link

Update Closure Compiler version and add optimizeOptions #45

Closed JSMike closed 8 years ago

JSMike commented 8 years ago

Update Closure Compiler to v20160713 Add compilationLevel option to optimizeOptions Add all compilation level set functions to optimizeOptions Add languageOut option to optimizeOptions Update languageIn and languageOut options to use fromString enum function

jquerybot commented 8 years ago

Thank you for your pull request. It looks like this may be your first contribution to a jQuery Foundation project, if so we need you to sign our Contributor License Agreement (CLA).

:memo: Please visit http://contribute.jquery.org/CLA/ to sign.

After you signed, the PR is checked again automatically after a minute. If there's still an issue, please reply here to let us know.


If you've already signed our CLA, it's possible your git author information doesn't match your CLA signature (both your name and email have to match), for more information, check the status of your CLA check.

JSMike commented 8 years ago

Documentation for changes found here: https://github.com/dojo/docs/pull/144

JSMike commented 8 years ago

@vansimke Here's the updated PR onto master. Let me know if anything else is needed.

vansimke commented 8 years ago

This is merged into master. Thanks again for the contribution!