Browse Source

Reapply "Disable closure compiler (#13778)"

This reverts commit 2a71c0deb6.
- HeaderOnSync tests verified to work manually.
tags/7.2.1
Sauli Tähkäpää 10 years ago
parent
commit
8a0cb58834
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