Skip to content

Commit

Permalink
fix(service-worker): too aggressive image caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 17, 2017
1 parent c0c23ce commit 05fd453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions _config.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ primary_color: "#ff00b4"
service_worker:
enabled: true
files:
- "**/*.{css,html,jpg,gif,png,svg}"
- "**/img/**.*"
- "**/*.{css,html,jpg,gif,png,svg,woff,woff2}"
- "**/js/**.js"

# Google Analytics tracking code
Expand Down
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ colors:
service_worker:
enabled: true
files:
- "**/*.{css,html,jpg,gif,png,svg}"
- "**/img/**.*"
- "**/*.{css,html,jpg,gif,png,svg,woff,woff2}"
- "**/js/**.js"

# Google Analytics tracking code
Expand Down

0 comments on commit 05fd453

Please sign in to comment.