X Tutup
Skip to content

Commit f8b50cd

Browse files
committed
chore(docs): replace local bootstrap build with one from bower
1 parent 1de7411 commit f8b50cd

File tree

10 files changed

+4
-6072
lines changed

10 files changed

+4
-6072
lines changed

bower.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "AngularJS",
33
"devDependencies": {
4-
54
"jquery": "~1.10.2",
65
"lunr.js": "~0.4.3",
76
"open-sans-fontface": "~1.0.4",
87
"google-code-prettify": "~1.0.1",
9-
108
"closure-compiler": "https://closure-compiler.googlecode.com/files/compiler-20130603.zip",
11-
"ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip"
9+
"ng-closure-runner": "https://raw.github.com/angular/ng-closure-runner/v0.2.3/assets/ng-closure-runner.zip",
10+
"bootstrap": "~3.1.1"
1211
}
1312
}

0 commit comments

Comments
 (0)
X Tutup