Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReduce CSS size / dynamic loading #47
Comments
|
Yes! It had not occurred to me but makes of course complete sense. Let me work on that. |
|
So. I can't actually dynamically load the CSS based on the spinner user. Perhaps something could be hammered together with JavaScript but it would not be clean. So instead I allow loading just the necessary files. I have the idea detailed here in the docs. Essentially you can reduce the load size of the CSS files in |
|
Thanks for the very quick response. Works great. Only thing is that it now prints the message about which |
|
Yes, indeed, that was annoying! I just fixed that. |
|
I'm going to close this for now as I think this has been addressed, though admittedly further segmentation of the CSS can be done. Thank you for raising this issue. |
Thanks for this nice package. Looks and works great, Would it be possible to use dynamic loading of the CSS files (or embed them in the page) to only include those that are actually needed?
The core CSS file has about 140 KB which is a lot only for displaying loading bars.