Skip to content

livereload grabbing the wrong path for tailwind.css #57

@danDanV1

Description

@danDanV1

When on the follow route: /mobile/my-nested-route and making edits to JS code used in foresaid route.

Refused to apply style from 'http://localhost:4200/mobile/tailwind.css?livereload=1536473395783' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

Correct path is http://localhost:4200/assets/tailwind.css

app.css
@import 'tailwind.css';

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions