I’ve got a gulp workflow set up in my app, and so far it’s working pretty well. However, I’d like to be able to use the NPM Critical package in Gulp to add inline CSS rules to my webpages. I looked into some of the existing Middleman plugins for this, but I couldn’t get any of them to work.
The process looks pretty straight forward in Gulp, but it requires having already built HTML pages. Is there a way that I can get Middleman to run a Gulp task after the build has completed and view/manipulate the /build
files directly?