teambition / gulp-ssh

SSH and SFTP tasks for gulp
184 stars 38 forks source link

Adds missing `fs` dependency to "readme.md" example #35

Closed niksumeiko closed 8 years ago

niksumeiko commented 8 years ago

I have actually fixed it, because I decided to try to use Gulp for simple SSH deployments. And after copy/pasting one of the tasks I experienced the issue with missing fs.

Therefore, by trying to prevent next Gulp newbies to face the issue, just fixing it directly in your example.