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

Add caching #77

Closed
wants to merge 6 commits into from
Closed

Add caching #77

wants to merge 6 commits into from

Commits on Aug 27, 2023

  1. Add caching

    Caches processed sources with an md5 hash of the original.
    
    An updated and slightly-simplified version of
    babel#34
    Stephen Bussey authored and joeyparrish committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    9e7f4c2 View commit details
    Browse the repository at this point in the history
  2. Fix dependency config

    joeyparrish committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    05336fa View commit details
    Browse the repository at this point in the history
  3. Add .cache to .gitignore

    joeyparrish committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c12c3e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02fd7b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fb7d36 View commit details
    Browse the repository at this point in the history
  6. Remove fs

    joeyparrish committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5aff3bb View commit details
    Browse the repository at this point in the history