Compile JS in no obfuscated mode

Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/349931e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/349931e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/349931e1

Branch: refs/heads/swellrt
Commit: 349931e1d9a5907b0c096d8bff714c39efd27e3d
Parents: 84c6640
Author: Pablo Ojanguren <[email protected]>
Authored: Thu Sep 8 11:22:05 2016 +0200
Committer: Pablo Ojanguren <[email protected]>
Committed: Thu Sep 8 11:22:05 2016 +0200

----------------------------------------------------------------------
 wave/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/349931e1/wave/build.gradle
----------------------------------------------------------------------
diff --git a/wave/build.gradle b/wave/build.gradle
index c42789a..c617b20 100644
--- a/wave/build.gradle
+++ b/wave/build.gradle
@@ -705,8 +705,8 @@ task createDistBinTar(type: Tar) {
 
 }
 
-createDistBinZip.dependsOn jar, compileJsWeb, createPropertiesFile
-createDistBinTar.dependsOn jar, compileJsWeb, createPropertiesFile
+createDistBinZip.dependsOn jar, compileJsWebDev, createPropertiesFile
+createDistBinTar.dependsOn jar, compileJsWebDev, createPropertiesFile
 
 //=============================================================================
 // Distribution's

Reply via email to