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.src Documentation #266

Closed
ghost opened this issue Feb 13, 2014 · 2 comments
Closed

gulp.src Documentation #266

ghost opened this issue Feb 13, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 13, 2014

The documentation for gulp.src should specify if directory traversing is (or can be) done with gulp.

So if I do

gulp.src('./sass/*')

Will it go down to sub directories and include those files as well?

@yocontra
Copy link
Member

globs aren't a gulp thing. Read https://github.com/isaacs/node-glob if you want to know more about them

@sindresorhus
Copy link
Contributor

gulp.src('sass/**/*')

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