Skip to content
New issue

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

gulp-clean package deprecated #1917

Closed
molokoloco opened this issue Jan 26, 2016 · 1 comment
Closed

gulp-clean package deprecated #1917

molokoloco opened this issue Jan 26, 2016 · 1 comment

Comments

@molokoloco
Copy link

I have replaced https://www.npmjs.com/package/gulp-clean with https://www.npmjs.com/package/del as i got warning after install. Cf. recommandation here http://stackoverflow.com/questions/24396659/how-to-clean-a-project-correctly-with-gulp
In gulpfile.js (L31) :
gulp.task('del', function(cb) {
del(['./dist'], cb);
});

@webron
Copy link
Contributor

webron commented Mar 24, 2017

Should no longer be an issue in 3.X.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants