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 for my site is in the following order:
- copy over / generate updated html & images etc.
- minify_javascript
- minify_css
- minify_html
- imageoptim
- asset_hash
- gzip
So each time i deploy, step 1 updates all the images, causing step 5 to optimize the images from scratch which for me takes up to 20+ minutes.
What i kind of hoped that the manifest flag would do is that it would prevent step 1 to copy over images unless they are really updated. Now step 1 copies over the images to the build dir from source because the build version is not similar which is correct because it's optimized.
Any ideas on this?
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 for my site is in the following order:
So each time i deploy, step 1 updates all the images, causing step 5 to optimize the images from scratch which for me takes up to 20+ minutes.
What i kind of hoped that the manifest flag would do is that it would prevent step 1 to copy over images unless they are really updated. Now step 1 copies over the images to the build dir from source because the build version is not similar which is correct because it's optimized.
Any ideas on this?