Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 323bece

Browse files
Foxandxsswardbell
authored andcommitted
chore: remove bootstrap package (#2691)
1 parent 48cd008 commit 323bece

File tree

9 files changed

+5
-16
lines changed

9 files changed

+5
-16
lines changed

public/docs/_examples/cb-form-validation/ts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<link rel="stylesheet" href="styles.css">
77

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">
99
<link rel="stylesheet" href="styles.css">
1010
<link rel="stylesheet" href="forms.css">
1111

public/docs/_examples/forms/js/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

99
<!-- #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">
1111
<!-- #enddocregion bootstrap -->
1212
<!-- #docregion styles -->
1313
<link rel="stylesheet" href="styles.css">

public/docs/_examples/forms/ts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- #docregion bootstrap -->
1010
<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">
1212
<!-- #enddocregion bootstrap -->
1313
<!-- #docregion styles -->
1414
<link rel="stylesheet" href="styles.css">

public/docs/_examples/homepage-tabs/ts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Angular Tabs</title>
66
<meta charset="UTF-8">
77
<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">
99
<link rel="stylesheet" href="styles.css">
1010

1111
<!-- Polyfill(s) for older browsers -->

public/docs/_examples/homepage-todo/ts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Angular Todos</title>
66
<meta charset="UTF-8">
77
<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">
99
<link rel="stylesheet" href="styles.css">
1010

1111
<!-- Polyfill(s) for older browsers -->

public/docs/_examples/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@angular/upgrade": "~2.1.1",
2929

3030
"angular-in-memory-web-api": "~0.1.13",
31-
"bootstrap": "^3.3.7",
3231
"core-js": "^2.4.1",
3332
"reflect-metadata": "^0.1.8",
3433
"rollup": "^0.36.0",

public/docs/_examples/quickstart/js/package.1.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@angular/upgrade": "~2.1.1",
2424

2525
"angular-in-memory-web-api": "~0.1.5",
26-
"bootstrap": "^3.3.7",
2726
"core-js": "^2.4.1",
2827
"reflect-metadata": "^0.1.8",
2928
"rxjs": "5.0.0-beta.12",

public/docs/_examples/quickstart/ts/package.1.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@angular/upgrade": "~2.1.1",
2626

2727
"angular-in-memory-web-api": "~0.1.13",
28-
"bootstrap": "^3.3.7",
2928
"core-js": "^2.4.1",
3029
"reflect-metadata": "^0.1.8",
3130
"rxjs": "5.0.0-beta.12",

tools/plunker-builder/indexHtmlTranslator.js

-8
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ var _rxData = [
9191
from: 'node_modules/jasmine-core/lib/jasmine-core/jasmine.css',
9292
to: 'https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.4.1/jasmine.css'
9393
},
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-
},
10294
{
10395
pattern: 'angular_pkg',
10496
},

0 commit comments

Comments
 (0)