File tree 8 files changed +46
-48
lines changed
skeleton-esnext-aspnetcore/src/skeleton-navigation-esnext-vs
skeleton-typescript-aspnetcore/src/skeleton-navigation-typescript-vs
8 files changed +46
-48
lines changed Original file line number Diff line number Diff line change 82
82
"bootstrap" : " github:twbs/bootstrap@^3.3.5" ,
83
83
"css" : " github:systemjs/plugin-css@^0.1.20" ,
84
84
"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 " ,
86
86
"text" : " github:systemjs/plugin-text@^0.0.3"
87
87
},
88
88
"devDependencies" : {}
Original file line number Diff line number Diff line change 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 >
2
10
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 >
7
16
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 >
25
23
</ html >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Aurelia</ title >
5
+ <!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
5
6
< link rel ="
stylesheet "
href ="
jspm_packages/npm/[email protected] /css/font-awesome.min.css "
>
6
7
< link rel ="stylesheet " href ="styles/styles.css ">
7
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
Original file line number Diff line number Diff line change 81
81
"aurelia-templating-router" : " npm:aurelia-templating-router@^1.0.0-beta.1.1.2" ,
82
82
"bootstrap" : " github:twbs/bootstrap@^3.3.6" ,
83
83
"fetch" : " github:github/fetch@^1.0.0" ,
84
- "font-awesome" : " npm:font-awesome@^ 4.6.3" ,
84
+ "font-awesome" :
" npm:[email protected] " ,
85
85
"jquery" : " npm:jquery@^2.2.4" ,
86
86
"text" : " github:systemjs/plugin-text@^0.0.3"
87
87
},
Original file line number Diff line number Diff line change 70
70
"bootstrap" : " github:twbs/bootstrap@^3.3.5" ,
71
71
"css" : " github:systemjs/plugin-css@^0.1.20" ,
72
72
"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 " ,
74
74
"text" : " github:systemjs/plugin-text@^0.0.3"
75
75
},
76
76
"devDependencies" : {}
Original file line number Diff line number Diff line change 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 >
2
10
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 >
7
16
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 >
25
23
</ html >
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< title > Aurelia</ title >
5
+ <!--The FontAwesome version is locked at 4.6.3 in the package.json file to keep this from breaking.-->
5
6
< link rel ="
stylesheet "
href ="
jspm_packages/npm/[email protected] /css/font-awesome.min.css "
>
6
7
< link rel ="stylesheet " href ="styles/styles.css ">
7
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
Original file line number Diff line number Diff line change 75
75
"aurelia-templating-router" : " npm:aurelia-templating-router@^1.0.0-beta.1.2.1" ,
76
76
"bootstrap" : " github:twbs/bootstrap@^3.3.6" ,
77
77
"fetch" : " github:github/fetch@^1.0.0" ,
78
- "font-awesome" : " npm:font-awesome@^ 4.6.3" ,
78
+ "font-awesome" :
" npm:[email protected] " ,
79
79
"jquery" : " npm:jquery@^2.2.4" ,
80
80
"text" : " github:systemjs/plugin-text@^0.0.3"
81
81
},
You can’t perform that action at this time.
0 commit comments