We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running into the same error as #45.
gulp.task 'css:test', -> gulp.src "front/src/css/site/front/lib/about.less" .pipe cache(new cache.Cache { cacheDirName: 'custom-cache' }, {}) .pipe gulp.dest util.paths.less.out
The text was updated successfully, but these errors were encountered:
It looks like CacheSwap doesn't have a setMaxListeners method?
CacheSwap
setMaxListeners
Sorry, something went wrong.
Oh, I completely misunderstood the documentation. I didn't realize I had to pass the transform as the first argument, I read https://github.com/jgable/gulp-cache#options as positional args. This is different from how https://github.com/contra/gulp-cached does things.
No branches or pull requests
Running into the same error as #45.
The text was updated successfully, but these errors were encountered: