jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Switch to polymer 3 #656

Closed jkomoros closed 6 years ago

jkomoros commented 6 years ago

And update README and tooling to support

jkomoros commented 6 years ago

Also then make sure that boardgame-util serve and others check for build/bundled or whatever and serve from there. build.SimpleStaticServer should take an option on whether to use that folder if it exists or not.

And make sure that build static --prod works, because currently the polymer builder doesn't seem to work.

These were captured in #655 originally

jkomoros commented 6 years ago

Also note this error and fix will need to be used: https://github.com/PolymerElements/paper-swatch-picker/issues/36

jkomoros commented 6 years ago

Installing polymer-cli doesn't work correctly. See https://github.com/Polymer/polymer-cli/issues/836#issuecomment-320238380 for workaround

jkomoros commented 6 years ago