Skip to content

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

Open
@sgtpep

Description

@sgtpep

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions