Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
chore(all): update some source comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 7, 2016
1 parent 26a38c8 commit f2afba7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewBag.Title</title>
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
<link rel="stylesheet" href="~/jspm_packages/npm/[email protected]/css/font-awesome.min.css" />
<link rel="stylesheet" href="~/styles/styles.css" />
@RenderSection("Styles", false)
Expand All @@ -13,4 +14,4 @@
@RenderBody()
</section>
</body>
</html>
</html>
5 changes: 2 additions & 3 deletions skeleton-esnext/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<title>Aurelia</title>
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
<!--JSPM Has a Bug with Bootstrap so We Have to Include jQuery Here-->
<link rel="stylesheet" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
Expand All @@ -14,14 +13,14 @@
<div class="message">Aurelia Navigation Skeleton</div>
<i class="fa fa-spinner fa-spin"></i>
</div>

<!-- The bluebird version is locked at 4.6.3 in the package.json file to keep this from breaking -->
<!-- We include bluebird to bypass Edge's very slow Native Promise implementation. The Edge team -->
<!-- has fixed the issues with their implementation with these fixes being distributed with the -->
<!-- Windows 10 Anniversary Update on 2 August 2016. Once that update has pushed out, you may -->
<!-- consider removing bluebird from your project and simply using native promises if you do -->
<!-- not need to support Internet Explorer. -->
<script src="jspm_packages/npm/[email protected]/js/browser/bluebird.min.js"></script>
<script src="jspm_packages/npm/[email protected]/js/browser/bluebird.min.js"></script>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewBag.Title</title>
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
<link rel="stylesheet" href="~/jspm_packages/npm/[email protected]/css/font-awesome.min.css" />
<link rel="stylesheet" href="~/styles/styles.css" />
@RenderSection("Styles", false)
Expand All @@ -13,4 +14,4 @@
@RenderBody()
</section>
</body>
</html>
</html>

0 comments on commit f2afba7

Please sign in to comment.