Regular Expressions 101

Community Patterns

Gulp Blackbox Everything Else

0

Regular Expression
ECMAScript (JavaScript)

/
^((?!gulpfile\.js).)*$
/
gm

Description

Only step through your gulpfile, not Node JS or plugin code!

Use

Paste this pattern in Chrome Dev Tools under Settings > Blackbox Debug your gulpfile with node --inspect-brk .

Submitted by anonymous - 6 years ago