Skip to content

Commit

Permalink
I hate grunt-imageoptim with newer. It never worked well.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottSmith95 committed Aug 31, 2014
1 parent 85f582c commit b9201d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 1 addition & 16 deletions gruntfile.js
Expand Up @@ -131,19 +131,7 @@ module.exports = function(grunt) {
ext: '.css'
}
},

imageoptim: {
optimize: {
expand: true,
src: ['images'],
options: {
jpegMini: false,
imageAlpha: true,
quitAfter: true
}
}
},


markdown: {
readme: {
options: {
Expand Down Expand Up @@ -210,8 +198,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-autoprefixer');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-newer');
grunt.loadNpmTasks('grunt-imageoptim');
grunt.loadNpmTasks('grunt-markdown');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-exec');
Expand All @@ -227,7 +213,6 @@ module.exports = function(grunt) {
'csscomb',
'autoprefixer',
'cssmin',
'newer:imageoptim',
'markdown',
'copy',
'watch'
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -17,10 +17,8 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.0",
"grunt-exec": "^0.4.6",
"grunt-imageoptim": "^1.4.1",
"grunt-markdown": "^0.6.1",
"grunt-modernizr": "^0.5.2",
"grunt-newer": "^0.7.0",
"grunt-sass": "^0.14.0"
}
}

0 comments on commit b9201d2

Please sign in to comment.