NiccoMlt / Protelis-Web

Web server for Protelis frontends
GNU General Public License v3.0
1 stars 0 forks source link

Split monorepo #10

Closed NiccoMlt closed 4 years ago

NiccoMlt commented 4 years ago

Consider splitting the monorepo. In fact, even if the frontend source is inside a folder near other sourceSets, it isn't actually another source folder nor a true resource for the Kotlin project; it is a nested project! Also, the more the development process continues, the more the web frontend behaves as a standalone client only served by Vert.x server.

So, splitting it away may actually clean the project structure up a bit.

NiccoMlt commented 4 years ago

Done