mattdesl/budo

Should LiveReload be injected into HTML imports?

Open

#119 ouverte le 17 déc. 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (124 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (2 174 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

If I have an HTML import (<link rel="import" href="import.html">), the Live Reload <script> gets injected there, as well as in the parent document. In the case of nested imports, this can get hairy. Not sure whether the scripts should be injected in imports.

Guide contributeur