stevenrskelton / sortable-table

Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
https://stevenrskelton.github.io/sortable-table/
MIT License
196 stars 37 forks source link

json5.js and time-elements.js #48

Open ceevee830 opened 5 years ago

ceevee830 commented 5 years ago

Hello,

I'm trying to compile my polymer app that wants to use sortable-table. I'm getting (correct) errors that json5.js and time-elements.js cannot be found. I grepped through the sortable-table source and found their usage here:

https://github.com/stevenrskelton/sortable-table/blob/master/sortable-table.html
<script src="../json5/lib/json5.js"></script>
<script src="../time-elements/time-elements.js"></script>

I do not see these files in the sortable-table distribution. Question: what is the best way to get these files compatible with sortable-table?