Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
Remove imagemin grunt task which fails on alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Sep 24, 2015
1 parent eb075a8 commit f5fefa6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
23 changes: 11 additions & 12 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,17 +289,16 @@ module.exports = function (grunt) {
// dist: {}
// },

imagemin: {
dist: {
files: [{
expand: true,
cwd: '<%= yeoman.app %>/images',
src: '{,*/}*.{png,jpg,jpeg,gif}',
dest: '<%= yeoman.dist %>/images'
}]
}
},

// imagemin: {
// dist: {
// files: [{
// expand: true,
// cwd: '<%= yeoman.app %>/images',
// src: '{,*/}*.{png,jpg,jpeg,gif}',
// dest: '<%= yeoman.dist %>/images'
// }]
// }
// },
svgmin: {
dist: {
files: [{
Expand Down Expand Up @@ -383,7 +382,7 @@ module.exports = function (grunt) {
],
dist: [
'copy:styles',
'imagemin',
// 'imagemin',
'svgmin'
]
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.4.0",
Expand Down

0 comments on commit f5fefa6

Please sign in to comment.