teambition / gulp-ssh

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

Filesystem `fs` modules is missing in "readme.md" example #34

Closed niksumeiko closed 8 years ago

niksumeiko commented 8 years ago
gulpfile.js:10
    privateKey: fs.readFileSync('/Users/zensh/.ssh/id_rsa')

ReferenceError: fs is not defined
    at Object.<anonymous> (gulpfile.js:10:15)
    ...

I think would be nice, example would just work when people start to play with it.