0
The Requirejs plugin is able to control the import of scripts without the need to spell them out in html with the tag <script>
. This brings advantages like dependency control and import order.
However, Requirejs is not designed to control CSS files.
My question is: is there a way (as elegant as the Requirejs) without the need to explicitly link CSS files directly to html?
requrie-css see if this works.
– Alex
SHOW! That’s exactly what I was talking about! Thank you!!!
– Michael Pacheco