thaliproject / postcardapp

A sample app to demonstrate how to build Thali applications
MIT License
22 stars 5 forks source link

Fix bower components to exact version #56

Closed deadlyfingers closed 9 years ago

deadlyfingers commented 9 years ago

At first launch saving a username data raised a save error. It appears the iron-form-reponse component no longer returns the expected json reponse data. I suspect this must be bower install grabbing minor updates of Polymer components.

It maybe best to fix bower packages to specific version by removing the ~ char in order to avoid minor updates which may introduce untested and potential breaking changes in the client.