Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
build: try harder to fix problem with imagemin
Browse files Browse the repository at this point in the history
This could be related with gruntjs/grunt-contrib-imagemin#208.
  • Loading branch information
vincentbernat committed Jan 14, 2016
1 parent 02844d6 commit 65f9aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = function(grunt) {
},

// Rename files for browser caching purposes
filerev: {
file1rev: {
dist: {
files: [{
src: [
Expand Down Expand Up @@ -232,7 +232,7 @@ module.exports = function(grunt) {
files: [{
expand: true,
cwd: 'build/images',
src: '{,*/,*/*/}*.{png,jpg,gif}',
src: '[{,*/,*/*/}*.{png,jpg,gif}]',
dest: 'dist/public/images'
}]
}
Expand Down

0 comments on commit 65f9aa7

Please sign in to comment.