ecwyne/meteor-polymer

Slow reload

Closed this issue · 3 comments

After installing this package any change to my Meteor project causes everything to stuck. I can't do anything and even browser reload doesn't help. I have to type address one more time (without any route). After uninstalling package everything works well. It seems to be problem with initialisation of the polymer. Probably it tries to download Polymer on every reload.

same problem here

not fixed for me. using meteor 1.0 and the newest version of your package

Found this thread after having this issue. It's not a code issue. If you are using the default file structure, the problem shows up. Create your client and server folders and move your code out of isClient. This resolved it for me.