Skip to content

Commit

Permalink
Update 1.12.rst
Browse files Browse the repository at this point in the history
Add note about Java version with newer Closure Compiler.
  • Loading branch information
dylans committed Dec 21, 2016
1 parent 7b73046 commit 70d2ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releasenotes/1.12.rst
Expand Up @@ -164,7 +164,7 @@ Util
Build System
------------

* Updated Closure Compiler to v20160911 to support ES6 grammar. Added ``compilationLevel`` option to ``optimizeOptions``. Added all compilation level set functions to ``optimizeOptions``. Added ``languageOut`` option to ``optimizeOptions``. Updated ``languageIn`` and ``languageOut`` options to use ``fromString`` enum function. Updated documentation accordingly.
* Updated Closure Compiler to v20160911 to support ES6 grammar. Added ``compilationLevel`` option to ``optimizeOptions``. Added all compilation level set functions to ``optimizeOptions``. Added ``languageOut`` option to ``optimizeOptions``. Updated ``languageIn`` and ``languageOut`` options to use ``fromString`` enum function. Updated documentation accordingly. Note that this updated version of Closure Compiler does not work correctly with Java 6, so either Java 7 or 8 is required.
* Fixed hardcoded ``./util/..`` paths so they don't break scripts elsewhere within Dojo when installed via NPM.
* Fixed build profiles including themes package.

Expand Down

0 comments on commit 70d2ee3

Please sign in to comment.