Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
考虑一下这会检查两个特定位置中的任何一个中的 JS 文件:
gulp.src( "@(Branch|Main)/*.js" ).pipe( _do-stuff_ )
如何获得与当前文件匹配的文件夹(主文件夹或分支文件夹)?