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

<link> elements with rel attributes other than "stylesheet" are being incorrectly output #1

Open
geoffdavis92 opened this issue Mar 30, 2017 · 0 comments

Comments

@geoffdavis92
Copy link

For example, I have a favicon tag:

<link rel="icon" type="image/x-icon" href="https://mysite.com/favicon.ico">

In the output HTML file (located in the local directory /public), it gives me this comment:

<!-- css file couldnt found: public/https://mysite.com/favicon.ico -->

Please setup the module to only inline <link>s with rel="stylesheet"

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

No branches or pull requests

1 participant