Incremental build with Ruby

Hi, i’m using Middleman with Ruby and I want to know if Incremental Build can be, or will be implemented for that setup?

Thanks

TLDR; not yet, might happen but it will take quite some time.

Incremental builds for Middleman haven’t been released yet. That functionality will be available with middleman v5: Dependencies by tdreyno · Pull Request #2220 · middleman/middleman · GitHub.

In theory, when that’s released the following step would be to create a Netlify build plugin, though I’m not sure how well Middleman and the build plugin environment will work together. I reckon you’ll need to use the external asset pipeline to be able to connect a build plugin. Development will be probably be slow since Middleman is not among the most used SSG’s on Netlify I think.