I was wondering if there was any way of making the core couch files more independent from the template files?
Currently you've got the couch folder, and inside there, in addition to the core files that make everything work, you've got things like the database settings, the uploads folder, snippets, etc..
What I'm looking for is the ability to have all of this exist outside the main couch folder, so that I'm able to put the couch folder into its own git submodule, allowing for easier management of the site's files via git.
An example of something like this can be found here: https://github.com/LimeBlast/wordpress- ... ter/htdocs - obviously this is wordpress rather than couch, but the concept remains the same.
Thank you.
Currently you've got the couch folder, and inside there, in addition to the core files that make everything work, you've got things like the database settings, the uploads folder, snippets, etc..
What I'm looking for is the ability to have all of this exist outside the main couch folder, so that I'm able to put the couch folder into its own git submodule, allowing for easier management of the site's files via git.
An example of something like this can be found here: https://github.com/LimeBlast/wordpress- ... ter/htdocs - obviously this is wordpress rather than couch, but the concept remains the same.
Thank you.