webark/ember-component-css
Auf GitHub ansehenLoad CSS lazily / unload it after no longer used
Open
#23 geöffnet am 13. Apr. 2015
help wanted
Repository-Metriken
- Stars
- (536 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
We should have an option that allows the addon to dynamically require/load the CSS the first time a component is instantiated and potentially also unload it after every instance of it is removed. This will help prevent leakage and might even have some performance benefits?