ソースを参照

Disable closure compiler (#13778)

Change-Id: Id0fb991c4c6323bf8658c92938cf2cd9d80b76a1
tags/7.3.0.alpha2^2
Artur Signell 10年前
コミット
0f74fdff68
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      client-compiled/build.xml

+ 2
- 1
client-compiled/build.xml ファイルの表示

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



読み込み中…
キャンセル
保存