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

turn off cache busting #14

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

turn off cache busting #14

wants to merge 25 commits into from

Commits on Aug 15, 2017

  1. Merge pull request #2 from facebookincubator/master

    Update from upstream repo facebookincubator/create-react-app
    JamieDixon authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    758189a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Merge pull request #3 from facebookincubator/master

    Update from upstream repo facebookincubator/create-react-app
    JamieDixon authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    2f3b222 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Mods for V3

    Modify prod build
    
    Move package over to @connected-home
    
    Downgrade jest and babel-jest to support V3
    
    Undo commented template section. Should work now that were referencing react-scripts as part of CRA rather than a folder in our project
    
    Delete yarn.lock file and use npm for this proj instead
    
    Remove fs package that was added by us for some reason
    
    Add HivehomeWebappFaviconsWebpackPlugin with proper config
    
    Remove path package from devDependencies
    JamieDixon committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    69663c4 View commit details
    Browse the repository at this point in the history
  2. Downgrade Jest version so it works with V3

    Adjust a few bits so that Jest works properly with V3
    
    Add property to jest config for matching jest files in this lower version of jest
    JamieDixon committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    32fa420 View commit details
    Browse the repository at this point in the history
  3. Change version to use pre-commit style rather than appending .1 onto …

    …the end
    
    Bump favicon plugin ref to 2.0.0
    
    Change favicon config to use ios rather than iphone key
    
    Bump versions
    JamieDixon committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    62ede02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e73606a View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. change output files names to use sha256

    all our existing stuff uses sha256 to
    - reduce chance of collisions
    - make the content more properly content-addressable
    James Butler committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    bb04d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2774f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b51350 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Added items to the template to match the webpack build process for de…

    …v and prod. Added browser-detect to template paths. Exit early in locales when no directory path specified (template)
    JamieDixon committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    3be903a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a586d59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd79262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78eb030 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Comment out normalize css import because weve re-routed imports to al…

    …ign with V3 requirements but this breaks e2e
    JamieDixon committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    ac64058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c300f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae57420 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from ConnectedHomes/fixes

    Added items to the template to match the webpack build process for de…
    JamieDixon authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    2a55682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f5cb0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from ConnectedHomes/GH-8

    Add build number to webpack env vars
    JamieDixon authored Aug 31, 2017
    Configuration menu
    Copy the full SHA
    b016e5c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Fixes #10

    JamieDixon committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    23da763 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from ConnectedHomes/GH-10

    Reset babel-jest and jest versions to match upstream
    JamieDixon authored Sep 5, 2017
    Configuration menu
    Copy the full SHA
    3ecfbe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33a2447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbedabb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44019cf View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Turn off sw precache cache busting

    we do the "right thing" when settings headers on S3+CF
    https://github.com/GoogleChrome/sw-precache#dontcachebusturlsmatching-regex
    James Butler committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    763572c View commit details
    Browse the repository at this point in the history