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

livereload grabbing the wrong path for tailwind.css #57

Open
danDanV1 opened this issue Sep 9, 2018 · 0 comments
Open

livereload grabbing the wrong path for tailwind.css #57

danDanV1 opened this issue Sep 9, 2018 · 0 comments
Labels
Bug Something isn't working

Comments

@danDanV1
Copy link

danDanV1 commented Sep 9, 2018

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';

@samselikoff samselikoff added the Bug Something isn't working label Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants