amoussard / sftp-deployment

Spend less time managing file transfers and more time coding. SFTP support for Atom.io to send and receive files directly in your server.
MIT License
76 stars 44 forks source link

Error updating exisiting file. #102

Closed gabefraser closed 8 years ago

gabefraser commented 8 years ago

Whenever you update a file, it won't upload the new file to server.

Example:

Before Edit It uploads this.

{
  "willThisUpdate": true
}

After Edit After saving this file, it still won't update the file on the server.

{
  "willThisUpdate": false
}
gabefraser commented 8 years ago

Issue was fixed. CloudFlare was interrupting my cache.