This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(all): update some source comments
- Loading branch information
1 parent
26a38c8
commit f2afba7
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -13,4 +14,4 @@ | |
@RenderBody() | ||
</section> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -13,4 +14,4 @@ | |
@RenderBody() | ||
</section> | ||
</body> | ||
</html> | ||
</html> |