Skip to content

Instantly share code, notes, and snippets.

@MikeLarned
Created January 17, 2012 04:53
Show Gist options
  • Save MikeLarned/1624793 to your computer and use it in GitHub Desktop.
Save MikeLarned/1624793 to your computer and use it in GitHub Desktop.
Implied dependency in JavaScript script tags
<head>
<title>@ViewBag.Title</title>
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
<script src="../../Scripts/order.js" type="text/javascript"></script>
<script src="../../Scripts/libs/backbone.js" type="text/javascript"></script>
<script src="../../Scripts/libs/underscore.js" type="text/javascript"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment