Maciek Lamberski
Results
2
comments of
Maciek Lamberski
I also have this issue. Having stream with even one glob (`return gulp.src(['something/**'])`) doesn't work if there are more than 16 files matching the expression. Solution by @matogertel fix this.
@TomaszG Precisely that. I have this situation right now. In our project, the folder structure is: ``` /components /atoms /molecules /organisms … ``` Now, if I have both atom and...