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

Html5Shiv Partial has incorrect javascript file reference #43

Open
taylorc opened this issue Dec 27, 2012 · 1 comment
Open

Html5Shiv Partial has incorrect javascript file reference #43

taylorc opened this issue Dec 27, 2012 · 1 comment
Milestone

Comments

@taylorc
Copy link

taylorc commented Dec 27, 2012

Currently _html5shiv.cshtml has the following incorrect markup the line

    <script src="~/scripts/html5.js"></script>

it should be

    <script src="~/scripts/html5shiv.js"></script>

I couldn't find the source for the dependency Html5Shiv to fix so I'm reporting the issue.

@erichexter
Copy link
Owner

the markup you pasted did not make it into the comment.. could you add it to the issue?

@erichexter erichexter added this to the V1 milestone Dec 11, 2014
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

2 participants