Skip to content

Commit

Permalink
feat(grunt): add ignore patterns for cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Dec 6, 2015
1 parent caea4fa commit f454547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ module.exports = (grunt) ->
"link[rel*=icon]": ->
@attribs.href
}
ignorePatterns: [
"no-cache-bust"
]
algorithm: "md5"
length: 8
deleteOriginals: true
Expand Down

0 comments on commit f454547

Please sign in to comment.