sindresorhus / gulp-changed

Only pass through changed files
MIT License
742 stars 44 forks source link

Promisify the code #59

Closed sindresorhus closed 7 years ago

sindresorhus commented 7 years ago

Many places use callback. Using promises would make the code more readable. Should use pify.

Mostly thinking in these places:

Pull request welcome :)