File tree Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Expand file tree Collapse file tree 3 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"projects": {
3
- "default": "google.com:angular-sites "
3
+ "default": "docs-angularjs-org-9p2 "
4
4
}
5
5
}
Original file line number Diff line number Diff line change 67
67
secure : $FIREBASE_TOKEN
68
68
on :
69
69
repo : angular/angular.js
70
- # condition: $TRAVIS_BRANCH = chore-firebase
71
- branch : chore-firebase
70
+ condition : $TRAVIS_BRANCH = chore-firebase
71
+ all_branches : true
72
72
# - provider: gcs
73
73
# access_key_id: GOOGLDB7W2J3LFHICF3R
74
74
# secret_access_key:
80
80
# on:
81
81
# repo: angular/angular.js
82
82
# branch: chore-firebase
83
- # condition: $TRAVIS_TAG != on_failurese || ($TRAVIS_PR == false && $TRAVIS_BRANCH = master) || $TRAVIS_BRANCH = chore-firebase
83
+ # condition: $TRAVIS_TAG != on_failurese || ($TRAVIS_PR == false && $TRAVIS_BRANCH = master) || $TRAVIS_BRANCH = chore-firebase
84
84
Original file line number Diff line number Diff line change 1
1
{
2
2
"hosting" : {
3
3
"public" : " build/docs" ,
4
+ "ignore" : [
5
+ " /index-debug.html" ,
6
+ " /index-jquery.html"
7
+ ],
8
+ "redirects" : [
9
+ {
10
+ "source" : " /" ,
11
+ "destination" : " /index-production.html" ,
12
+ "type" : 301
13
+ },
14
+ {
15
+ "source" : " /index.html" ,
16
+ "destination" : " /index-production.html" ,
17
+ "type" : 301
18
+ }
19
+ ],
4
20
"rewrites" : [
5
21
{
6
- "source" : " **/*!(.jpg|.jpeg|.gif|.png|.html|.js|.css|.svg|.ttf|.woff|.woff2|.eot)" ,
7
- "destination" : " /index.html"
22
+ "source" : " **/*!(.jpg|.jpeg|.gif|.png|.html|.js|.json|. css|.svg|.ttf|.woff|.woff2|.eot)" ,
23
+ "destination" : " /index-production .html"
8
24
}
9
25
]
10
26
}
11
- }
27
+ }
You can’t perform that action at this time.
0 commit comments