In the case of Firebase when you do a firebase init point public to  
build/bundled.

Below is example of firebase.json I created for PSK2 for hosting on 
Firebase.  See https://psk2-ec681.firebaseapp.com/

}
  "database": {
    "rules": "database.rules.json"
  },
  "hosting": {
    "public": "build/bundled",
    "rewrites": [
      {
        "source": "**",
        "destination": "/index.html"
      }
    ]
  }
}


On Wednesday, June 1, 2016 at 11:23:32 PM UTC-7, Marco Stolle wrote:
>
> i wander how does the backend know what version of your build to serve, 
> bundled or unbundled, and what if you use Firebase hosting?
>
> Gr Marco
>

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/100f0d60-665f-4f76-9a69-08998c107f6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to