DEV Community

Discussion on: Improving website performance by eliminating render-blocking CSS and JavaScript

Collapse
 
thomasledoux1 profile image
Thomas Ledoux

At my company we use github.com/addyosmani/critical in Gulp to generate the critical CSS at build time, so we always have an up to date version.

Collapse
 
rajeshroyal profile image
Rajesh Royal

that's great 👍