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
I expected gulp.src() to resolve a file.
It produced an error:
Error: File not found with singular glob: D:/Projects/My Project \(alpha\)/public_html/backend/template/less/app.less
import gulp from 'gulp'; ... var gulp = require(‘gulp'); ... gulp.task('less-to-css', function() { return gulp.src([ 'public_html/backend/template/less/app.less', ... }) ...
'D:/Projects/My Project (alpha)/public_html/backend/template/less/app.less',
The text was updated successfully, but these errors were encountered:
We are having the same issue with the latest version
Sorry, something went wrong.
No branches or pull requests
What were you expecting to happen?
I expected gulp.src() to resolve a file.
What actually happened?
It produced an error:
Please give us a sample of your gulpfile.mjs
Please provide the following information:
Additional information
The text was updated successfully, but these errors were encountered: