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

Patch 1 #5

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Patch 1 #5

wants to merge 9 commits into from

Commits on May 10, 2024

  1. Use Vite4 or Vite5 manifests, not both

    This fixes an issue where upgrading to Vite5 was merging old Vite4 and Vite5 manifests together, creating JS errors.
    KieranP committed May 10, 2024
    Configuration menu
    Copy the full SHA
    15aa446 View commit details
    Browse the repository at this point in the history
  2. Fixes

    KieranP committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a57a7e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. fix: Retain bundled current files (close ElMassimo#438)

    This was broken in ElMassimo@8a581c1 with no explanation of why it was being removed.
    benlangfeld committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2522b37 View commit details
    Browse the repository at this point in the history
  2. fix: Protect manifest files from deletion

    Compatible with Vite 4. Previously, we were relying on Vite 5 using a unix hidden file path and `Dir.glob` ignoring those. This way actually ensures whatever the manifest path is, we protect it.
    benlangfeld committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    32a1f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    9547c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cffcedd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a948bf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge pull request #4 from KieranP/KieranP-patch-1

    Kieran p patch 1
    thestephenmarshall authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d4773ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from powerhome/20240704-do-not-clean-compressed…

    …-current-assets
    
    20240704 do not clean compressed current assets
    thestephenmarshall authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    8b74ce9 View commit details
    Browse the repository at this point in the history