Skip to content

Commit a25b455

Browse files
Update Gruntfile.js
Co-authored-by: Kenneth Lim <[email protected]>
1 parent 47b9012 commit a25b455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ module.exports = function(grunt) {
154154
images: {
155155
options: {
156156
optimizationLevel: 2,
157-
use: [mozjpeg(),pngquant()] //plugins for jpeg & png image compression
157+
use: [mozjpeg({quality: 70}), pngquant()] //plugins for jpeg & png image compression
158158
},
159159
files: [{
160160
expand: true,
@@ -505,4 +505,4 @@ module.exports = function(grunt) {
505505

506506
// runs with just grunt command
507507
grunt.registerTask('default', ['build']);
508-
};
508+
};

0 commit comments

Comments
 (0)