Closed DonaldWolfson closed 3 years ago
Oh yeah because we kind of took some shortcuts with making the web components, putting the script tags in the header will actually cause an error and it can be fatal. Also, moving the html to its own folder will mess up the production deployment, we should keep all the html in the root.
Would you mind making those changes and pushing them on this branch?
ok nvm this is way too complicated and thisll probs require more than 1 person and a lot of testing to do because a lot of files rely on the current structure. i think cleaning up the unused html and js is sufficient and honestly moving the components down to 1 directory doesn't make that much of a difference organization wise
one more thing i had in mind is to move all main components to js/components and all subcomponents to js/components/subcomponents so we can trace our components easier. there are some things that will never be called by the index/app so i figured it would declutter the js folder, thoughts?