gogins / cloud-5

Complete browser-based computer music studio for algorithmic composition and live coding
Other
9 stars 1 forks source link

Make the root directory the public directory #65

Closed gogins closed 6 months ago

gogins commented 6 months ago

Making the root directory the public directory will enable developing pieces without rebuilding the project on every edit. This should end up saving users considerable time.

gogins commented 6 months ago

The main problem is separating the actual pieces from the infrastructure. Building the project must move the built infrastructure into the root directory, without committing any infrastructure in the root directory to the repository, and without overwriting the actual pieces.

gogins commented 6 months ago

I ended up just moving all contents of the public directory into the repository root directory, and then fixing problems as they arose.