[GitHub] [royale-asjs] sanjeev-rajput opened a new issue, #1217: js-debug vs js-release

2022-12-21 Thread GitBox
sanjeev-rajput opened a new issue, #1217: URL: https://github.com/apache/royale-asjs/issues/1217 **1. CSS file** Build works with "js-debug" but in "js-release" compiler change file name Main.css to Main.min.css but entry of css file doesn't reflects in "index.html" **2.

[GitHub] [royale-asjs] Harbs commented on issue #1217: js-debug vs js-release

2022-12-21 Thread GitBox
Harbs commented on issue #1217: URL: https://github.com/apache/royale-asjs/issues/1217#issuecomment-1361251065 Regarding your first point: What does your template html file look like? Make sure you have the `${head}` token. Your minified css file should be correctly linked.

[GitHub] [royale-asjs] Harbs commented on issue #1217: js-debug vs js-release

2022-12-21 Thread GitBox
Harbs commented on issue #1217: URL: https://github.com/apache/royale-asjs/issues/1217#issuecomment-1361256086 Actually, here's what I have in my template file: `` `${application}.css` becomes MyApp.css in debug and MyApp.min.css in release. I have a build script which appends the

[GitHub] [royale-asjs] sanjeev-rajput commented on issue #1217: js-debug vs js-release

2022-12-21 Thread GitBox
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