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

`boardgame-util build static --prod` should merge client_config.json directly into index.html #666

Open jkomoros opened 6 years ago

jkomoros commented 6 years ago

So there isn't a blocking get for the client_config in production. We're generating the index.html anyway so not that big of a deal.

Originally captured in #655