Closed jsms90 closed 7 years ago
As the project has changed since the beginning, some of our initial file structure has become redundant and should be removed:
views/av-chat.hbs
views/chat-only.hbs
views/av-only.hbs
routes/stream.js
main.hbs
src/views/helpers/helper.js
Fixes #100
As the project has changed since the beginning, some of our initial file structure has become redundant and should be removed:
views/av-chat.hbs
,views/chat-only.hbs
,views/av-only.hbs
,routes/stream.js
are not necessary now that we serve all of these options throughmain.hbs
src/views/helpers/helper.js
was never usedFixes #100