Browse Source

Disable closure compiler (#13778)

Change-Id: Id0fb991c4c6323bf8658c92938cf2cd9d80b76a1
tags/7.3.0.alpha2^2
Artur Signell 10 years ago
parent
commit
0f74fdff68
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      client-compiled/build.xml

+ 2
- 1
client-compiled/build.xml View File

@@ -85,7 +85,8 @@
<arg value="-localWorkers" />
<arg value="${localWorkers}" />
<arg value="-strict" />
<arg value="-XenableClosureCompiler" />
<!-- Disabled for now as it breaks code, e.g. ButtonWithShortcutNotRendered -->
<!-- <arg value="-XenableClosureCompiler" />-->
<arg line="${extraParams}" />
<arg value="${module}" />


Loading…
Cancel
Save