Logo white

SGH / COMPONENTS

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
c32314bb3a9270e90e43646644518c74659e0b46
  • COMPONENTS
  • bower_components
  • polymer-element-catalog
  • firebase.json
  • paper card update
    1f76071f
    Luigi Serra authored
    10 years ago  
    Browse Code »
firebase.json 213 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "firebase": "sizzling-inferno-6187",
  "public": "dist",
  "ignore": [
    "firebase.json",
    "**/.*",
    "**/node_modules/**"
  ],
  "rewrites": [{
    "source":"**",
    "destination":"/index.html"
  }]
}