Skip to content

Commit

Permalink
ci: fix firebase config to work with latest firebase-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Jul 27, 2018
1 parent 4c9925c commit 2f69837
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
5 changes: 5 additions & 0 deletions etc/cli.angular.io/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "cli-angular-io"
}
}
20 changes: 13 additions & 7 deletions etc/cli.angular.io/firebase.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"firebase": "cli-angular-io",
"public": "www",
"ignore": [
"firebase.json",
"**/.*"
]
"hosting": {
"public": "",
"ignore": [
"firebase.json",
"**/.*"
],
"rewrites": [
{
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",
"destination": "/index.html"
}
]
}
}

0 comments on commit 2f69837

Please sign in to comment.