Skip to content

Commit

Permalink
Do not cache SVG assets via service worker
Browse files Browse the repository at this point in the history
No SVG assets are really used on the front end, anyway.
  • Loading branch information
caleb531 committed Nov 17, 2018
1 parent 2c93c36 commit 9e4901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ gulp.task('sw', () => {
return workboxBuild.injectManifest({
globDirectory: 'public',
globPatterns: [
'**\/*.{html,js,css,svg,png}'
'**\/*.{html,js,css,png}'
],
swSrc: 'app/scripts/service-worker.js',
swDest: 'public/service-worker.js'
Expand Down

0 comments on commit 9e4901e

Please sign in to comment.