handsontable / hot-table

Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.
http://handsontable.github.io/hot-table/
MIT License
130 stars 36 forks source link

src/hot-table.html should be moved to ./hot-table.html #18

Closed MetaMemoryT closed 8 years ago

MetaMemoryT commented 8 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.

devmikko commented 8 years ago

:+1:

budnix commented 8 years ago

Released in v0.2.0