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
It don't work while I running the example below.
// To delete all subdirectories inside public/, you can do: del.sync(['public/*/']);
However, It works correctly as below:
del.sync(['public/*'])
Is this a doc error or a bug? My installed version is "5.1.0"
The text was updated successfully, but these errors were encountered:
I use version 6.0.0, the same result as you.
Sorry, something went wrong.
same result , version 6.0.0, and I use the del in gulp , gulp version is 4.0.2 ,my gulpfile.js like this
const delHandler = function () { return del(['./dist']) } module.exports.delHandler = delHandler
No branches or pull requests
It don't work while I running the example below.
However, It works correctly as below:
Is this a doc error or a bug? My installed version is "5.1.0"
The text was updated successfully, but these errors were encountered: