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

Feature/workbox recipes #2664

Merged
merged 11 commits into from
Nov 13, 2020
Merged

Commits on Nov 2, 2020

  1. First pass at two recipes

    Google Fonts cache and Image cache
    Snugug committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b4116ab View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Update ImageCache structure

    Aligns with other work, can create multiple if need multiple instead of using .register
    Snugug committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e8725eb View commit details
    Browse the repository at this point in the history
  2. Add OfflineFallback, PageCache, and StaticResourceCache

    Rounds out initial set of recipes
    Snugug committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    30607c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe1f418 View commit details
    Browse the repository at this point in the history
  4. Rename, fix linting issues

    Snugug committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    92273e3 View commit details
    Browse the repository at this point in the history
  5. Rename ts files

    Snugug committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    ae83487 View commit details
    Browse the repository at this point in the history
  6. Fix module name

    Snugug committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    9aab3f8 View commit details
    Browse the repository at this point in the history
  7. Include Gulp in scripts

    Allows you to use the dependency-installed Gulp to run tasks instead of a global Gulp
    Snugug committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    aa5952a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcfd48a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    14cba85 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Configuration menu
    Copy the full SHA
    ef5eea1 View commit details
    Browse the repository at this point in the history