Skip to content

Commit 3616979

Browse files
fix(font-awesome): lock versions and add comment
1 parent 3522545 commit 3616979

File tree

8 files changed

+46
-48
lines changed

8 files changed

+46
-48
lines changed

skeleton-esnext-aspnetcore/src/skeleton-navigation-esnext-vs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"bootstrap": "github:twbs/bootstrap@^3.3.5",
8383
"css": "github:systemjs/plugin-css@^0.1.20",
8484
"fetch": "github:github/fetch@^0.11.0",
85-
"font-awesome": "npm:font-awesome@^4.5.0",
85+
"font-awesome": "npm:font-awesome@4.6.3",
8686
"text": "github:systemjs/plugin-text@^0.0.3"
8787
},
8888
"devDependencies": {}
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Aurelia</title>
5+
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
6+
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
7+
<link rel="stylesheet" href="styles/styles.css">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
</head>
210

3-
<html lang="en">
4-
<head>
5-
<meta charset="utf-8" />
6-
<title>Optimi$er.NG</title>
11+
<body aurelia-app="main">
12+
<div class="splash">
13+
<div class="message">Aurelia Navigation Skeleton</div>
14+
<i class="fa fa-spinner fa-spin"></i>
15+
</div>
716

8-
<link rel="stylesheet" href="jspm_packages/github/twbs/[email protected]/css/bootstrap.css">
9-
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
10-
<link rel="stylesheet" type="text/css" href="css/site.css" />
11-
</head>
12-
13-
<body aurelia-app="main">
14-
<div class="splash">
15-
<div class="message">Optimi$er.NG - Aurelia Navigation</div>
16-
<i class="fa fa-spinner fa-spin"></i>
17-
</div>
18-
19-
<script src="jspm_packages/system.js"></script>
20-
<script src="config.js"></script>
21-
<script>
22-
System.import('aurelia-bootstrapper');
23-
</script>
24-
</body>
17+
<script src="jspm_packages/system.js"></script>
18+
<script src="config.js"></script>
19+
<script>
20+
System.import('aurelia-bootstrapper');
21+
</script>
22+
</body>
2523
</html>

skeleton-esnext/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Aurelia</title>
5+
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
56
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
67
<link rel="stylesheet" href="styles/styles.css">
78
<meta name="viewport" content="width=device-width, initial-scale=1">

skeleton-esnext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0-beta.1.1.2",
8282
"bootstrap": "github:twbs/bootstrap@^3.3.6",
8383
"fetch": "github:github/fetch@^1.0.0",
84-
"font-awesome": "npm:font-awesome@^4.6.3",
84+
"font-awesome": "npm:[email protected]",
8585
"jquery": "npm:jquery@^2.2.4",
8686
"text": "github:systemjs/plugin-text@^0.0.3"
8787
},

skeleton-typescript-aspnetcore/src/skeleton-navigation-typescript-vs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"bootstrap": "github:twbs/bootstrap@^3.3.5",
7171
"css": "github:systemjs/plugin-css@^0.1.20",
7272
"fetch": "github:github/fetch@^0.11.0",
73-
"font-awesome": "npm:font-awesome@^4.5.0",
73+
"font-awesome": "npm:font-awesome@4.6.3",
7474
"text": "github:systemjs/plugin-text@^0.0.3"
7575
},
7676
"devDependencies": {}
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Aurelia</title>
5+
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
6+
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
7+
<link rel="stylesheet" href="styles/styles.css">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
</head>
210

3-
<html lang="en">
4-
<head>
5-
<meta charset="utf-8" />
6-
<title>Optimi$er.NG</title>
11+
<body aurelia-app="main">
12+
<div class="splash">
13+
<div class="message">Aurelia Navigation Skeleton</div>
14+
<i class="fa fa-spinner fa-spin"></i>
15+
</div>
716

8-
<link rel="stylesheet" href="jspm_packages/github/twbs/[email protected]/css/bootstrap.css">
9-
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
10-
<link rel="stylesheet" type="text/css" href="css/site.css" />
11-
</head>
12-
13-
<body aurelia-app="main">
14-
<div class="splash">
15-
<div class="message">Optimi$er.NG - Aurelia Navigation</div>
16-
<i class="fa fa-spinner fa-spin"></i>
17-
</div>
18-
19-
<script src="jspm_packages/system.js"></script>
20-
<script src="config.js"></script>
21-
<script>
22-
System.import('aurelia-bootstrapper');
23-
</script>
24-
</body>
17+
<script src="jspm_packages/system.js"></script>
18+
<script src="config.js"></script>
19+
<script>
20+
System.import('aurelia-bootstrapper');
21+
</script>
22+
</body>
2523
</html>

skeleton-typescript/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44
<title>Aurelia</title>
5+
<!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
56
<link rel="stylesheet" href="jspm_packages/npm/[email protected]/css/font-awesome.min.css">
67
<link rel="stylesheet" href="styles/styles.css">
78
<meta name="viewport" content="width=device-width, initial-scale=1">

skeleton-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"aurelia-templating-router": "npm:aurelia-templating-router@^1.0.0-beta.1.2.1",
7676
"bootstrap": "github:twbs/bootstrap@^3.3.6",
7777
"fetch": "github:github/fetch@^1.0.0",
78-
"font-awesome": "npm:font-awesome@^4.6.3",
78+
"font-awesome": "npm:[email protected]",
7979
"jquery": "npm:jquery@^2.2.4",
8080
"text": "github:systemjs/plugin-text@^0.0.3"
8181
},

0 commit comments

Comments
 (0)