How to use the registry function from gulp
Find comprehensive JavaScript gulp.registry code examples handpicked from public code repositorys.
139 140 141 142 143 144 145 146 147 148 149 150
'lint' ) ) ); const BUILD_TASK = noBuild ? () => Promise.resolve() : gulp.registry().get('build'); // Test gulp.step('test-server-run', () => { return gulp.src('./test/server/**/*-test.js', { read: false })
0
0
1
+ 2 other calls in file