Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stylesheets from <link rel="import"> are not reloaded #53

Open
sgtpep opened this issue May 27, 2016 · 1 comment
Open

Stylesheets from <link rel="import"> are not reloaded #53

sgtpep opened this issue May 27, 2016 · 1 comment

Comments

@sgtpep
Copy link

sgtpep commented May 27, 2016

Let's assume that I have index.html:

<link rel="import" href="component.html">

which contains:

<link rel="stylesheet" href="component.css">

When component.css has changed, livereload servers (like tiny-lr) signals livereload-js to reload component.css by updating the tag, which is not present on index.html.

@smhg
Copy link
Contributor

smhg commented Jan 14, 2018

If I get it right, this is related to Web Components/Polymer.
In any case, it is related to #32, where livereload could support nested documents.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants