mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

Should LiveReload be injected into HTML imports? #119

Open cvan opened 8 years ago

cvan commented 8 years ago

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.

mattdesl commented 8 years ago

Hmm probably not, any ideas how we can solve this?