Turning on standalone mode for the bck2brwsr.js closure
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 27 May 2014 14:52:43 +0200
branchclosure
changeset 1605c74047c30b8f
parent 1604 7665471a56c1
child 1606 4e05b6eabbc5
Turning on standalone mode for the bck2brwsr.js
launcher/http/src/main/java/org/apidesign/bck2brwsr/launcher/CompileCP.java
     1.1 --- a/launcher/http/src/main/java/org/apidesign/bck2brwsr/launcher/CompileCP.java	Tue May 27 12:25:41 2014 +0200
     1.2 +++ b/launcher/http/src/main/java/org/apidesign/bck2brwsr/launcher/CompileCP.java	Tue May 27 14:52:43 2014 +0200
     1.3 @@ -136,6 +136,7 @@
     1.4          }
     1.5  
     1.6          all
     1.7 +            .standalone(true)
     1.8              //.obfuscation(ObfuscationLevel.FULL)
     1.9              .resources(new Bck2Brwsr.Resources() {
    1.10                  @Override