Problem when closure compiler in advanced mode

Hi everybody,

I have a problem when closure compiler in advanced mode.
I tried download Cocos2d-x version 2.1.3 and running template project attach. This template work fine but i want to build it with advanced mode.
When i build project with advanced mode, run this program on Chrome and i have a problem : program not work with error:

Uncaught TypeError: Cannot read property 'W_' of undefined myTemplate.js:924 (anonymous function) myTemplate.js:924 (anonymous function) myTemplate.js:926

this is my build.xml(attach file)

Can everybody help me?
Thanks :slight_smile:


build.xml.zip (1.7 KB)

There maybe bugs in 2.1.3, could you please enable the debug flag in build.xml and check it again.

You could find out the error easily.

Such as:

to