steffenmllr / imageoptmizer-brunch

Optimize PNG and JPG images with optipng & jpegtran on --optimize
17 stars 4 forks source link

Optimizing images in multiple folders #6

Open iamvdo opened 10 years ago

iamvdo commented 10 years ago

I'm not sure if it's possible or not to add multiple paths? I want to be able to optimize images in 'images' and others folders inside 'public'.

Is there a solution?

Thanks.

steffenmllr commented 10 years ago

You could send a PR for the path option that it parses an array and a string. I don't really use brunch anymore

fab1an commented 9 years ago

Setting path to "." works.

@steffenmllr : What are you using now?

steffenmllr commented 9 years ago

@fab1an I switched to gulp: https://www.npmjs.com/package/gulp-imagemin

fab1an commented 9 years ago

Lol. I just came from gulp. :)

Sent from my iPhone

On 08 Jun 2015, at 20:01, Steffen Müller notifications@github.com wrote:

@fab1an I switched to gulp: https://www.npmjs.com/package/gulp-imagemin

— Reply to this email directly or view it on GitHub.

stoufdev commented 9 years ago

why swith to gulp ? i can't make imageoptmizer-brunch worked ! ideas ?