|
|
|
|
|
by hookshot
4381 days ago
|
|
The issue of temp files is covered by the author's approach of having a dev and a live folder. This is probably primarily useful for static sites html sites which wouldn't need to worry about that. I work with a largely non technical team on a site that is 95% built with a static site generator. They needed versioning but I couldn't convince them to take on the overhead of SVN or Git. We sync the project using Dropbox, than deploy the build folder via FTP. We use folders for branches and Dropbox has limited versioning. The biggest problem is that the people this is useful for probably aren't going to have a VPS or know how to install the btsync daemon. There are a couple of services that offer hosting for dropbox static sites like site44[1]. I could see a Btsync equivalent being a popular service.t 1. http://www.site44.com/ |
|