Feature request from mage2pro, posted on GitHub Oct 27, 2015
The decision whether a JavaScript component need be shown could be made when the layout is already built, so the component is unable to add its CSS resources by the standard way (\Magento\Framework\View\Page\Config::addPageAsset()
).
Is any standard possibility to load stylesheet asynchronously? (like require-css
do).