gulp-community / gulp-cached

A simple in-memory file cache for gulp
MIT License
452 stars 23 forks source link

Unused code that causes an error #4

Closed taai closed 10 years ago

taai commented 10 years ago

gulp-util is not required, so it is not being installed and the code, that is left behind, is causig error.

The fix is easy - just remove these two lines: https://github.com/wearefractal/gulp-cached/blob/master/index.js#L2-L3

yocontra commented 10 years ago

What error?