webark/ember-component-css

Load CSS lazily / unload it after no longer used

Open

#23 ouverte le 13 avr. 2015

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)JavaScript (112 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (536 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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?

Guide contributeur