You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bower by default creates bower_components, but this can be changed with arguments or with a .bowerrc file.
IMO, since components can be acquired from various sources (.ZIP files, git checkouts, other package delivery tools, local folders), I prefer to simply call the folder components.
Since rest of the tutorial is using bower_components, you are right that there is a real problem here. I'm just explaining why components can creep in. If I had my way, we would always use components. =P
http://www.polymer-project.org/docs/start/creatingelements.html
Ctrl + F for "proto-element" and look at the tag for proto-element.html
href="/components/polymer/polymer.html
Shouldn't it be href = "/bower_components/polymer/polymer.html"?
The text was updated successfully, but these errors were encountered: