view source
Inline your critical CSS using Jekyll and Gulp
If you’re familiar with critical CSS and its impact on web performance, you also know it’s not the simpliest thing to work with. Google’s pagespeed insights recommends that you inline any critical, render blocking content to increase performance, which can be tricky. I’ve managed to set up this up using Jekyll and Gulp to generate and include my critical CSS, and in this post I’ll walk you through how I did that.
Advertisement