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

Move public-assets handling to stage 3 #1839

Closed
wants to merge 7 commits into from
Closed

Commits on Mar 12, 2024

  1. feat(addons public-assets): remove the block that copies addons publi…

    …c-assets in the rewritten app (requests fot these assets will be caught by a middleware)
    BlueCutOfficial committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    25475e3 View commit details
    Browse the repository at this point in the history
  2. feat(addons public-assets): implement a middleware that lets Vite loc…

    …ate the ember-welcome-page Tomster image
    BlueCutOfficial committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9fe7099 View commit details
    Browse the repository at this point in the history
  3. feat(addons public-assets): modify the middleware to handle any publi…

    …c-assets coming from addons
    BlueCutOfficial committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8de15f1 View commit details
    Browse the repository at this point in the history
  4. feat(app public-assets): remove the block that copies app public-asse…

    …ts in the rewritten app (requests fot these assets will be caught by the middleware)
    BlueCutOfficial committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    8476c83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8cacb2 View commit details
    Browse the repository at this point in the history
  6. TO DROP feat(app/addons public-assets): re-add the blocks that create…

    …s assets on disk so they can be used in build mode
    BlueCutOfficial committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    10137c9 View commit details
    Browse the repository at this point in the history
  7. feat(addons public-assets): use buildStart to build a more solid map …

    …of addons public-assets instead of reading package.json in the middleware and make suppositions to find the owner addon
    BlueCutOfficial committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    dc5063a View commit details
    Browse the repository at this point in the history