Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HTML5] Make debug server more maintainable, better icon export. #47386

Merged
merged 2 commits into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. [HTML5] Debug HttpServer now runs in web cache subdir.

    Serving all files in that folder and using a known list of mime types.
    Makes it easy to add more exported files, while still playing safe.
    Faless committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    b3971e1 View commit details
    Browse the repository at this point in the history
  2. [HTML5] Optional icon generation, use export name for it.

    We used to only generate the favicon if it was specified in the user
    project settings, now it's optional, will export it to `NAME.icon.png`,
    (falling back to the default project icon if none is set in project
    settings), and the `<link>` tag is added using the `$HEAD_INCLUDE`
    instead of being hardcoded in the template.
    Faless committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5d095ed View commit details
    Browse the repository at this point in the history