We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cadb6c commit 0997e97Copy full SHA for 0997e97
config/grunt/imagemin.js config/grunt/image.jsconfig/grunt/imagemin.js renamed to config/grunt/image.js
@@ -1,4 +1,4 @@
1
-// https://github.com/gruntjs/grunt-contrib-imagemin
+// https://github.com/1000ch/grunt-image
2
module.exports = {
3
images: {
4
files: [
package.json
@@ -28,9 +28,9 @@
28
"grunt-contrib-compress": "~0.13",
29
"grunt-contrib-copy": "~0.8",
30
"grunt-contrib-cssmin": "~0.12",
31
- "grunt-contrib-imagemin": "~0.9",
32
"grunt-contrib-uglify": "~0.9",
33
"grunt-contrib-watch": "~0.6",
+ "grunt-image": "~1.0",
34
"grunt-jsbeautifier": "~0.2",
35
"grunt-newer": "~1.1",
36
"grunt-postcss": "~0.5",
0 commit comments