middleman-imageoptim icon indicating copy to clipboard operation
middleman-imageoptim copied to clipboard

Small images are small! Compress yours during middleman build.

Results 15 middleman-imageoptim issues
Sort by recently updated
recently updated
newest added

This fixes https://github.com/plasticine/middleman-imageoptim/issues/43.

Since we store the optimization manifest in the `build` directory, and since it doesn't have a counterpart in the `source` directory the `ManifestResource` needs to behave a little differently than...

When I run `middleman build` the manifest file is automatically created in the build folder. My issues is that between each build the content of the previous folder gets deleted....

Normally my build used to take 3-4 mins to complete. After upgrading to middleman 4.3 and middleman-imageoptim (0.3.0) build process is now taking 45-50 mins. > imageoptim [skipped] build/blog/5-hidden-tricks-every-publitas-user-should-know-about/uploading-multiple-files-to-publitas-dca7d05e.jpg not...

Even using :imageoptim, it's still showing this message.

I would like to set the cache directory to [`$NETLIFY_CACHE_DIR`](https://www.netlify.com/docs/build-gotchas/#build-cache), to speed up the build on netlify, but didn't find an option to do so? Thanks!

Let the user configure the manifest path: ```ruby activate :imageoptim do |options| options.manifest = true options.manifest_path = './' end ``` This should address #41

I have a middleman site that I deploy to netlify. When I try to use `middleman-imageoptim` in the build process, it breaks on netlify's server. With that said, I can...

Hi, I've tried the manifest flag but unfortunately it either doesn't work or it does work but not as I expect it. When i run middleman build, the build steps...