ecwyne / meteor-polymer-elements

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

Suggestion for making install instructions more clear #7

Closed BillyParadise closed 9 years ago

BillyParadise commented 9 years ago

Great integration.

Suggestion for the Readme: be more clear as to how many of the instructions in the polymer install document one should actually do before breaking things.

Most specifically - yes, you need to run

bower init

No, you should NOT run

bower install --save Polymer/polymer

As my knowledge of bower is slightly above my ability to spell it, spelling these instructions out would have saved me, and likely others in the future, quite some time.

Thanks!

ecwyne commented 9 years ago

Looks like the polymer team updated that web page since I linked to it. No longer makes sense. I removed it from the README. There is no need to run bower init. That would do literally nothing if you don't have a bower.json file.

BillyParadise commented 9 years ago

actually, it created one... but that's splitting hairs... Thanks!