From 76720a3ec5db60a18c9b1bb0a426ccb0f0bc1e70 Mon Sep 17 00:00:00 2001 From: Konstantinos Kostarellis Date: Wed, 16 Apr 2014 21:46:06 +0200 Subject: [PATCH] Revert "disables the caching functionality of imagemin transitionally until the problem with the current version of grunt-contrib-imagemin (0.5.0) is sorted out" This reverts commit 3e435fa74b1574223f129867621a9a800cea2af9. The problem doesn't seem to occur any longer. --- templates/common/Gruntfile.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 235f64e90..c7abd7ec8 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -306,9 +306,6 @@ module.exports = function (grunt) { // The following *-min tasks produce minified files in the dist folder imagemin: { - options : { - cache: false - }, dist: { files: [{ expand: true,