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

Inject generated HTML to end of head #13

Merged
merged 2 commits into from
Jun 18, 2016
Merged

Inject generated HTML to end of head #13

merged 2 commits into from
Jun 18, 2016

Conversation

lochstar
Copy link

I noticed that the generated favicon HTML was being injected at the start of the <head> element, superseding what I already have in my template. Some tags are required to be at the start of <head> (e.g. <base>). The change below inserts before the closing tag. This is more consistent with how html-webpack-plugin injects it's assets.

I can bump package.json version and update CHANGELOG.md if required.

@jantimon
Copy link
Owner

Could you try to fix the tests?

@kiurchv
Copy link

kiurchv commented Jun 18, 2016

@jantimon, is there any chance to get this merged?

@jantimon jantimon merged commit 03315ba into jantimon:master Jun 18, 2016
@kiurchv
Copy link

kiurchv commented Jun 18, 2016

Thanks!

@lochstar lochstar deleted the inject-end-of-head branch June 19, 2016 02:37
@oldskool73 oldskool73 mentioned this pull request Aug 26, 2016
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

Successfully merging this pull request may close these issues.

None yet

3 participants