Blame view

bower_components/polymer-element-catalog/firebase.json 213 Bytes
07d13c9c   isisadmin   polymer catalog
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"
    }]
  }