Skip to content

Commit 0997e97

Browse files
committed
Testing out grunt-image
1 parent 6cadb6c commit 0997e97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://github.com/gruntjs/grunt-contrib-imagemin
1+
// https://github.com/1000ch/grunt-image
22
module.exports = {
33
images: {
44
files: [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"grunt-contrib-compress": "~0.13",
2929
"grunt-contrib-copy": "~0.8",
3030
"grunt-contrib-cssmin": "~0.12",
31-
"grunt-contrib-imagemin": "~0.9",
3231
"grunt-contrib-uglify": "~0.9",
3332
"grunt-contrib-watch": "~0.6",
33+
"grunt-image": "~1.0",
3434
"grunt-jsbeautifier": "~0.2",
3535
"grunt-newer": "~1.1",
3636
"grunt-postcss": "~0.5",

0 commit comments

Comments
 (0)