In the case of Firebase when you do a `irebase 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/d73ad846-1a2c-4965-9492-d05f926b10ea%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
