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

Commit

Permalink
Merge pull request #44 from trendyminds/4.0.4
Browse files Browse the repository at this point in the history
Correct issue where images were not minified
  • Loading branch information
aaronbushnell authored Dec 8, 2017
2 parents 8420011 + 1ff3b2f commit 331c28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pura",
"version": "4.0.3",
"version": "4.0.4",
"scripts": {
"test": "./tasks/subtasks/lint.sh",
"deploy": "./tasks/deploy.sh",
Expand Down
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 331c28c

Please sign in to comment.