aerze / flyleaf

Open Source Webapp for reading manga, web comics, and anything else maybe..
http://flyleaf.co/
MIT License
5 stars 2 forks source link

Organize server into directory under src. Update paths. #10

Closed shrunyan closed 8 years ago

shrunyan commented 8 years ago

@aerze not sure if you have specific desire for the existing folder structure. Here some of my thoughts.

Introduce a new file and folder organization structure. Nests both client and server under a src directory. The intent is that all core source code will live under src and if new concepts, e.g. shared, are introduced they'll have a place to live.

Also sets up the structure so that if dist is ignored from the repo a clean structure of; docs & src will remain on a new checkout clearly showing where certain assets belong.

aerze commented 8 years ago

This works with me, I was just migrating things our of dist anyway.