Commit 24314bc
authored
Fix docs gulp race condition with dsl target directories
Replace `**` glob pattern in gulpfile.js with explicit depth patterns using `!(target)` extglob to prevent scanning into target/ directories during parallel builds (e.g. with mvnd).
Closes #222921 parent 5181a3f commit 24314bc
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
0 commit comments