Skip to content

Instantly share code, notes, and snippets.

@wurmr
Created September 17, 2013 16:05
Show Gist options
  • Save wurmr/6596497 to your computer and use it in GitHub Desktop.
Save wurmr/6596497 to your computer and use it in GitHub Desktop.
Relative Link fix in MVC Durandaljs template
<script type="text/javascript" src="~/Scripts/require.js" data-main="@Url.Content("~/App/main")"></script>
@wurmr
Copy link
Author

wurmr commented Sep 17, 2013

Fix to allow for relative path hosted website in the MVC DurandalJS template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment