erichexter / twitter.bootstrap.mvc

nuget package to make bootstrap easy with mvc4
Apache License 2.0
248 stars 134 forks source link

Html5Shiv Partial has incorrect javascript file reference #43

Open taylorc opened 11 years ago

taylorc commented 11 years ago

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 commented 11 years ago

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