It has a bunch of module-ish looking folders that contain js files, and then a js/ folder. looks like js/player_main is built by coffeescript. if so, it shouldn't be in git (make a build or dist folder that is listed in .gitignore)
also, js/ has contents that look like thirdparty libs that are not built by coffeescript, in which case they should be in a dir called lib or thirdparty.
It has a bunch of module-ish looking folders that contain js files, and then a
js/
folder. looks likejs/player_main
is built by coffeescript. if so, it shouldn't be in git (make abuild
ordist
folder that is listed in .gitignore)also,
js/
has contents that look like thirdparty libs that are not built by coffeescript, in which case they should be in a dir calledlib
orthirdparty
.