ecwyne / meteor-polymer-elements

Add polymer-elements to Meteor project
https://atmospherejs.com/ecwyne/polymer-elements
59 stars 14 forks source link

Polymer not updating. #17

Closed vangorra closed 9 years ago

vangorra commented 9 years ago

Running meteor update and starting meteor does not update the polymer library. How is this achieved? I'm still running 0.5.0.

ecwyne commented 9 years ago

Ah, I see.

You likely still have Polymer 0.5.0 saved in your Public folder. Delete the entire directory from the Public directory and you should be good to go.

(The newest updates to the package doesn't install Polymer in that way)

vangorra commented 9 years ago

Previously, I thought deleting the public folder would force the files to be updated. I've tried it and started meteor. No new files are downloaded.

ecwyne commented 9 years ago

That's correct. The new version of the package (1.0.6 and up) no longer download the files to the public directory.

vangorra commented 9 years ago

That makes sense. I'll try it out.

On Thu, Apr 2, 2015 at 6:52 AM Eric Wyne notifications@github.com wrote:

That's correct. The new version of the package (1.0.6 and up) no longer download the files to the public directory.

— Reply to this email directly or view it on GitHub https://github.com/ecwyne/meteor-polymer-elements/issues/17#issuecomment-88908954 .