Skip to content

Gulp 4 does nothing into certain folder name #2832

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

Open
mvicens opened this issue Mar 9, 2025 · 0 comments
Open

Gulp 4 does nothing into certain folder name #2832

mvicens opened this issue Mar 9, 2025 · 0 comments

Comments

@mvicens
Copy link

mvicens commented Mar 9, 2025

In a sample folder named "x", the Gulp file looks such simple like:

const { src, dest } = require('gulp');

exports.default = () => src('index.js').pipe(dest('dist/'));

Then, having also a index.js in the same folder, when you execute Gulp, it works fine: it creates a folder named "dist" with a JS file.

The point is that if the main folder is renamed to "[x]", executing Gulp, the terminal outputs the same (seeming to do the same thing) but nothing really occurs! And no error is launched.

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

1 participant