Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into ie11-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Dec 8, 2017
2 parents 6415b7e + 331c28c commit ac33e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/subtasks/minifyImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const imageminJpegtran = require('imagemin-jpegtran');
const imageminPngquant = require('imagemin-pngquant');
const imageminSvgo = require('imagemin-svgo');

imagemin(['dist/assets/images/**/*.{jpg,jpeg,png,svg}'], '.', {
imagemin(['src/assets/images/**/*.{jpg,jpeg,png,svg}'], '.', {
plugins: [
imageminJpegtran({
progressive: true
Expand Down

0 comments on commit ac33e82

Please sign in to comment.