Hi,
I've a Sinatra app which would be used by different clients. I wish to show the client's Company Logo and a custom layout.erb for each client.
The code base is essentially same for everyone. All I need is a way to easily maintain a different set of files in the 'Public' directory and 'layout.erb', and when deploying to the remote server, automatically copy only the particular client's files.
Any pointers?
Thanks.