DEV Community

Discussion on: Critical CSS with Rails and Webpacker - SprocketsLess Part 1

Collapse
 
varmad profile image
Srinivasa varma

Hi Andrien,

Thanks for this.

How to whitelist specific folder in Purgecss config?

Say I have

app/javascript/stylesheets/marketing
app/javascript/stylesheets/others

Now I want to whitelist all SCSS/CSS files from below folder

app/javascript/stylesheets/others 

Thanks!