enhance
enhance copied to clipboard
Support for multiple full JS and CSS files
We break our CSS and JS up into multiple chunks so as not to load 100% of sitewide CSS and JS on every page. For example there's no need to load ember.js, Mapbox/leaflet, or d3.js graphing on most of our landing pages, blog, etc.
Could functionality allowing arbitrary numbers of "full" CSS/JS files be added by modifying enhance.js alone, or would it require changes to LoadCSS and LoadJS too? And if it can be done in enhance.js, is this the type of thing you'd be likely to accept a Pull Request for?
Finally, thank you for all the great open source code you share!
Ah, I’m interested in this too, for the same reasons.=