Slow reload
Closed this issue · 3 comments
lukejagodzinski commented
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.
dotnetwise commented
same problem here
cromosom commented
not fixed for me. using meteor 1.0 and the newest version of your package
boxxa commented
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.