On 7/2/16, 7:52 AM, "Christofer Dutz" <christofer.d...@c-ware.de> wrote:
>Hi Alex, > > >indeed, when building most of the time is spent by the closure compiler >compiling the release build for the examples. It would be great if it was >possible to skip this last build. Especially as I package the content of >the war file for JS output from the js-debug or js-release depending on >if debug is enabled. It would be great if we could set the build to debug >and omit that really time-consuming release build as it wouldn't have any >influence on the artifact built by the build. If debug=true, the compiler should be skipping the js-release build. Is it not doing that for you? -Alex