Closed drewbaker closed 1 month ago
We currently auto enqueue all scripts in libs. We should do the same for CSS and CSS sheets in the root of /styles/*.
libs
/styles/*
I suppose we enqueue them in alphabetical order? That is how Nuxt does it, so maybe that's the way to go.
We currently auto enqueue all scripts in
libs
. We should do the same for CSS and CSS sheets in the root of/styles/*
.I suppose we enqueue them in alphabetical order? That is how Nuxt does it, so maybe that's the way to go.