I have this path in my react gulpfile:
var path = { HTML: \'src/index.html\', ALL: [\'src/js/*.js\', \'src
It's usually used to indicate any number of subdirectories. So
src/js/**/*.js
Would match
src/js/files/*.js src/js/more-files/*.js etc etc