catalystneuro / format-support-table

A summary of format support in the NWB ecosystem
https://catalystneuro.github.io/format-support-table/
1 stars 1 forks source link

Move outer assets to inner organization #36

Closed CodyCBakerPhD closed 7 months ago

CodyCBakerPhD commented 7 months ago

@garrettmflynn When you get a moment

There are several files in the root of the repo that look like they could be scoped into their own folder (such as styles?)

These include...

https://github.com/catalystneuro/format-support-table/blob/main/create.js

https://github.com/catalystneuro/format-support-table/blob/main/index.html

https://github.com/catalystneuro/format-support-table/blob/main/open.svg

https://github.com/catalystneuro/format-support-table/blob/main/style.css

garrettmflynn commented 7 months ago

There are a wide variety of different structures that people use to organize their files using Vite—though the index.html file is (almost) always at the root of the repo.

The current system is used for the Vite Vanilla demo, whereas a src-scoped system is used for the Vanilla TS demo.

In the related PR, I've opted for the latter.

garrettmflynn commented 7 months ago

Let me know if you'd prefer anything in a different place. At the end of the day, this choice is relatively arbitrary—except for changing the location of the index.html file, which would require significant changes to the configuration.

CodyCBakerPhD commented 7 months ago

The index part makes a bit more sense; the PR does clean the rest up more nicely