Skip to content

Commit 3e435fa

Browse files
author
Konstantinos Kostarellis
committed
disables the caching functionality of imagemin transitionally until the problem with the current version of grunt-contrib-imagemin (0.5.0) is sorted out
1 parent 480515f commit 3e435fa

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)