Skip to content

Commit

Permalink
feat(grunt): update Service Worker glob pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jan 13, 2017
1 parent 80f6b09 commit 18712f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ module.exports = (grunt) ->
handleFetch: handleFetch
logger: grunt.log.writeln
staticFileGlobs: [
rootDir + "/**/css/**.css"
rootDir + "/**/**.css"
rootDir + "/**/**.html"
rootDir + "/**/**.jpg"
rootDir + "/**/**.png"
rootDir + "/**/**.svg"
rootDir + "/**/img/**.*"
rootDir + "/**/js/**.js"
]
Expand Down

0 comments on commit 18712f8

Please sign in to comment.