cristallium opened a new issue #898:
URL: https://github.com/apache/royale-asjs/issues/898


   Hi,
   I done a small website with Royale.
   Works fine in debug mode but when compiling it in release I have this issue 
when using AsyncToken
   
   ```
   Uncaught TypeError: GF.UIDBuffer is undefined
       createUID UIDUtil.js:73
       createUID UIDUtil.js:44
   ```
   
   
   
![image](https://user-images.githubusercontent.com/6851433/90423803-68ce1b00-e0bd-11ea-9faa-00f8b248e5f5.png)
   
   
   Here is my asconfig.json : 
   ```
    {
       "config": "royale",
       "compilerOptions": {
           "debug": false,
           "targets": ["JSRoyale"],
           "source-path": [
               "src/main/resources"
           ],
           "source-map": true,
           "html-template": 
"src/main/resources/jewel-example-index-template.html",
                "theme": 
"${royalelib}/themes/JewelTheme/src/main/resources/defaults.css",
                "js-library-path": ["${royalelib}/js/libs/MXRoyaleJS.swc"]
       },
       "copySourcePathAssets": true,
       "additionalOptions": "-js-dynamic-access-unknown-members=true",
       "files":
       [
           "src/main/royale/App.mxml"
       ]
   }
   ```
   
   Do I miss something ? I don't know where to dig.
   Thanks for your help...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to