My team and I ditched the jekyll-assets gem for a homegrown asset pipeline and decreased build times by a factor of five. This is how we did it.
Add Typekit fonts to your website built with Jekyll without making an additional request and slowing down performance.
Filters are the way to make liquid work for you, but sometimes we want more context than we are given when running them.
It's easy to let Liquid templates get away and bog down build times. Here's a quick way to find out which templates are the culprits.
Typically your application's stylesheet bundle contains several rules your site doesn't need. Here's how to use PurgeCSS to remove those unused styles when you're working on a Jekyll site.