sanjeev-rajput commented on issue #1217:
URL: https://github.com/apache/royale-asjs/issues/1217#issuecomment-1362435833

   @Harbs - it does works
   
   the main confusion is - you won't find "Main.min.css" in debug mode but it 
appears in "js-release"
   
   **this is what my index-template.html**
   <!DOCTYPE html>
   <html lang="en">
   <head>
                <meta name="viewport" content="width=device-width; 
initial-scale=1.0;">
           <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
            <link rel="stylesheet" type="text/css" href="Main.css">
           <title>Learning Module</title>
                
       ${head}
   </head>
   <body>
       ${body}
   </body>
   </html>
   
   **asconfig.json**
   {
       "config": "royale",
       "compilerOptions": {
           "debug": true,
           "targets": ["JSRoyale"],
           "source-map": true,
           "html-template": "src/assets/config/resources/index-template.html",
           "theme": 
"${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"
       },
       "copySourcePathAssets": true,
       "additionalOptions": "-remove-circulars 
-js-output-optimization=skipAsCoercions",
       "files":
       [
           "src/Main.mxml"
       ]
   }
   
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to