diff --git a/HelloHTML5World/build.xml b/HelloHTML5World/build.xml index cfaaaff897..1fca17e336 100644 --- a/HelloHTML5World/build.xml +++ b/HelloHTML5World/build.xml @@ -6,7 +6,9 @@ + debug="false" output="myApp-HelloWorld.js" + sourceMapOutputFile="sourcemap" + sourceMapFormat="V3"> diff --git a/cocos2d/build.xml b/cocos2d/build.xml index b49b366361..813968f104 100644 --- a/cocos2d/build.xml +++ b/cocos2d/build.xml @@ -6,7 +6,9 @@ + debug="false" output="../lib/Cocos2d-html5-v2.2.1.min.js" + sourceMapOutputFile="sourcemap" + sourceMapFormat="V3"> diff --git a/template/build.xml b/template/build.xml index c717be7eab..e6483204d9 100644 --- a/template/build.xml +++ b/template/build.xml @@ -6,7 +6,9 @@ + debug="false" output="myTemplate.js" + sourceMapOutputFile="sourcemap" + sourceMapFormat="V3"> diff --git a/tools/compiler/compiler.jar b/tools/compiler/compiler.jar index e2338676d5..5228a11771 100644 Binary files a/tools/compiler/compiler.jar and b/tools/compiler/compiler.jar differ