From 3e435fa74b1574223f129867621a9a800cea2af9 Mon Sep 17 00:00:00 2001 From: Konstantinos Kostarellis Date: Mon, 10 Mar 2014 14:47:00 +0100 Subject: [PATCH] disables the caching functionality of imagemin transitionally until the problem with the current version of grunt-contrib-imagemin (0.5.0) is sorted out --- templates/common/Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index a39cb6bcf..cc784fd13 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -309,6 +309,9 @@ module.exports = function (grunt) { // The following *-min tasks produce minified files in the dist folder imagemin: { + options : { + cache: false + }, dist: { files: [{ expand: true,