voorhoede / fastatic

Speed up your static site with one command
MIT License
21 stars 3 forks source link

Add upload to (S)FTP/S3 option #122

Closed phortuin closed 8 years ago

phortuin commented 8 years ago

If pulling my static site through fastatic is the last step of my development process, I probably want to deploy the site after that. Having an option to automatically upload all files to a folder on an (S)FTP, or S3 bucket, is probably very useful

jbmoelker commented 8 years ago

Shouldn't each tool just do one thing and do that well? This project's UX is currently extremely simple. The more options we add, the more complexity we add. Both in code and UX. From CONTRIBUTING.md:

The aim of this project is to allow developers to make every static website as fast as possible, with just one command: fastatic. Fastatic must work-out-of-box with zero configuration required. If a new feature does require configuration it must be on opt-in basis.

Contributions should be aimed towards this and / or improve the development workflow.

Also, I wonder if you meant to file this under fastatic-app instead of fastatic.

phortuin commented 8 years ago

Ah yeah this was supposed to be in fastatic-app :)