We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b9012 commit a25b455Copy full SHA for a25b455
Gruntfile.js
@@ -154,7 +154,7 @@ module.exports = function(grunt) {
154
images: {
155
options: {
156
optimizationLevel: 2,
157
- use: [mozjpeg(),pngquant()] //plugins for jpeg & png image compression
+ use: [mozjpeg({quality: 70}), pngquant()] //plugins for jpeg & png image compression
158
},
159
files: [{
160
expand: true,
@@ -505,4 +505,4 @@ module.exports = function(grunt) {
505
506
// runs with just grunt command
507
grunt.registerTask('default', ['build']);
508
-};
+};
0 commit comments