Closed brzozka closed 3 years ago
Is the public
folder even needed for any technical reason? We separated frontend and backend for a reason, and it seems weird that some front thing is lying around the main repo folder.
I'm not sure if current deploy works purely from cache or if site is build from templates.
I'm not frontend person by any means, but I understood that we either use dist or public, as both seem to serve same purpose. Both folders seem to be mainly for distribution.
@plencka We didn't need a public folder, but we needed it's content. I moved main html file into template, icons into assets folder and removed public afterwards.
This PR should close #109
As mentioned in Issue I didn't pay attention and accepted changes that caused problems in frontend side.