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
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
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:
Hello,
I'm trying to compile my polymer app that wants to use
sortable-table. I'm getting (correct) errors thatjson5.jsandtime-elements.jscannot be found. I grepped through thesortable-tablesource and found their usage here:I do not see these files in the
sortable-tabledistribution.Question: what is the best way to get these files compatible with
sortable-table?