Skip to content

Commit

Permalink
disables the caching functionality of imagemin transitionally until t…
Browse files Browse the repository at this point in the history
…he problem with the current version of grunt-contrib-imagemin (0.5.0) is sorted out
  • Loading branch information
Konstantinos Kostarellis committed Mar 10, 2014
1 parent 480515f commit 3e435fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/common/Gruntfile.js
Expand Up @@ -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,
Expand Down

0 comments on commit 3e435fa

Please sign in to comment.