浏览代码

Reapply "Disable closure compiler (#13778)"

This reverts commit 2a71c0deb6.
- HeaderOnSync tests verified to work manually.
tags/7.2.1
Sauli Tähkäpää 10 年前
父节点
当前提交
8a0cb58834
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      client-compiled/build.xml

+ 2
- 1
client-compiled/build.xml 查看文件

@@ -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}" />


正在加载...
取消
保存