Closed MetaMemoryT closed 9 years ago
All polymer elements in https://github.com/PolymerElements have the main importable element (in this case hot-table.html) at the top-level directory of the project.
This convention makes importing predictable, you just include:
<link rel="import" href="bower_components/paper-button/paper-button.html">
Rather than each element having something different and un-predictable like:
<link rel="import" href="bower_components/paper-button/src/paper-button.html"> <link rel="import" href="bower_components/paper-button/dist/paper-button.html">
etc.
:+1:
Released in v0.2.0
All polymer elements in https://github.com/PolymerElements have the main importable element (in this case hot-table.html) at the top-level directory of the project.
This convention makes importing predictable, you just include:
Rather than each element having something different and un-predictable like:
etc.