File tree 9 files changed +5
-16
lines changed
9 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< link rel ="stylesheet " href ="styles.css ">
7
7
8
- < link rel ="stylesheet " href ="node_modules/ bootstrap/dist/css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="https://unpkg.com/ bootstrap@3.3.7 /dist/css/bootstrap.min.css ">
9
9
< link rel ="stylesheet " href ="styles.css ">
10
10
< link rel ="stylesheet " href ="forms.css ">
11
11
Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
8
9
9
<!-- #docregion bootstrap -->
10
- < link rel ="stylesheet " href ="node_modules/ bootstrap/dist/css/bootstrap.min.css ">
10
+ < link rel ="stylesheet " href ="https://unpkg.com/ bootstrap@3.3.7 /dist/css/bootstrap.min.css ">
11
11
<!-- #enddocregion bootstrap -->
12
12
<!-- #docregion styles -->
13
13
< link rel ="stylesheet " href ="styles.css ">
Original file line number Diff line number Diff line change 8
8
9
9
<!-- #docregion bootstrap -->
10
10
< link rel ="stylesheet "
11
- href ="node_modules/ bootstrap/dist/css/bootstrap.min.css ">
11
+ href ="https://unpkg.com/ bootstrap@3.3.7 /dist/css/bootstrap.min.css ">
12
12
<!-- #enddocregion bootstrap -->
13
13
<!-- #docregion styles -->
14
14
< link rel ="stylesheet " href ="styles.css ">
Original file line number Diff line number Diff line change 5
5
< title > Angular Tabs</ title >
6
6
< meta charset ="UTF-8 ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
- < link rel ="stylesheet " href ="node_modules/ bootstrap/dist/css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="https://unpkg.com/ bootstrap@3.3.7 /dist/css/bootstrap.min.css ">
9
9
< link rel ="stylesheet " href ="styles.css ">
10
10
11
11
<!-- Polyfill(s) for older browsers -->
Original file line number Diff line number Diff line change 5
5
< title > Angular Todos</ title >
6
6
< meta charset ="UTF-8 ">
7
7
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
8
- < link rel ="stylesheet " href ="node_modules/ bootstrap/dist/css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="https://unpkg.com/ bootstrap@3.3.7 /dist/css/bootstrap.min.css ">
9
9
< link rel ="stylesheet " href ="styles.css ">
10
10
11
11
<!-- Polyfill(s) for older browsers -->
Original file line number Diff line number Diff line change 28
28
"@angular/upgrade" : " ~2.1.1" ,
29
29
30
30
"angular-in-memory-web-api" : " ~0.1.13" ,
31
- "bootstrap" : " ^3.3.7" ,
32
31
"core-js" : " ^2.4.1" ,
33
32
"reflect-metadata" : " ^0.1.8" ,
34
33
"rollup" : " ^0.36.0" ,
Original file line number Diff line number Diff line change 23
23
"@angular/upgrade" : " ~2.1.1" ,
24
24
25
25
"angular-in-memory-web-api" : " ~0.1.5" ,
26
- "bootstrap" : " ^3.3.7" ,
27
26
"core-js" : " ^2.4.1" ,
28
27
"reflect-metadata" : " ^0.1.8" ,
29
28
"rxjs" : " 5.0.0-beta.12" ,
Original file line number Diff line number Diff line change 25
25
"@angular/upgrade" : " ~2.1.1" ,
26
26
27
27
"angular-in-memory-web-api" : " ~0.1.13" ,
28
- "bootstrap" : " ^3.3.7" ,
29
28
"core-js" : " ^2.4.1" ,
30
29
"reflect-metadata" : " ^0.1.8" ,
31
30
"rxjs" : " 5.0.0-beta.12" ,
Original file line number Diff line number Diff line change @@ -91,14 +91,6 @@ var _rxData = [
91
91
from : 'node_modules/jasmine-core/lib/jasmine-core/jasmine.css' ,
92
92
to : 'https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.css'
93
93
} ,
94
-
95
-
96
- {
97
- pattern : 'link' ,
98
- from : 'node_modules/bootstrap/dist/css/bootstrap.min.css' ,
99
- // Official source per http://getbootstrap.com/getting-started/
100
- to : 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'
101
- } ,
102
94
{
103
95
pattern : 'angular_pkg' ,
104
96
} ,
You can’t perform that action at this time.
0 commit comments