Skip to content

Commit 1449ff5

Browse files
committed
Merge pull request #124 from delight/imagemin-workaround
disables the caching functionality of imagemin transitionally
2 parents 697a458 + 3e435fa commit 1449ff5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: templates/common/Gruntfile.js

+3
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ module.exports = function (grunt) {
309309

310310
// The following *-min tasks produce minified files in the dist folder
311311
imagemin: {
312+
options : {
313+
cache: false
314+
},
312315
dist: {
313316
files: [{
314317
expand: true,

0 commit comments

Comments
 (0)