stats4sd / Stats4SD-Resources-Site

Reposistory for the Stats4SD Resources Repository
https://resources.stats4sd.org
GNU General Public License v3.0
0 stars 0 forks source link

firebase-auth error message on live #132

Closed chrismclarke closed 6 years ago

chrismclarke commented 7 years ago

It seems minifying messes up a bit (see thread: https://github.com/Polymer/polymer-cli/issues/701)

Possible interim solution just to manually copy over firebase-auth into unbundled build folder before deploying. Needs testing

chrismclarke commented 7 years ago

copying files over seems to work, have added to readme and removing urgency on this (will still be better once proper solution found by polymer to reduce file size)

dave-mills commented 6 years ago

Have updated the Polymer build options to exclude all firebase scripts from minimisation. This seems to fix the issue without having to manually copy files each time (which I forgot to do last time, breaking the login on live...)

dave-mills commented 6 years ago

Closing for now, as I think this solution is vaguely stable.