joshtynjala commented on issue #1252: URL: https://github.com/apache/royale-asjs/issues/1252#issuecomment-2715711830
@mjesteve I just added another new compiler option that should be useful for resolving this issue: ``` -js-include-css+=path/to/myfile.css ``` This will automatically add an appropriate `<link>` tag for the CSS file to the generated HTML. Unfortunately, if the .css file references any other files, like images, I'm not sure that there's a good way to include those files yet. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
