Lines Matching refs:gulp
1 var gulp = require('gulp');
56 gulp.task('genproto_well_known_types_closure', function (cb) {
65 gulp.task('genproto_group1_closure', function (cb) {
74 gulp.task('genproto_group2_closure', function (cb) {
83 gulp.task('genproto_well_known_types_commonjs', function (cb) {
92 gulp.task('genproto_group1_commonjs', function (cb) {
101 gulp.task('genproto_group2_commonjs', function (cb) {
110 gulp.task('genproto_commonjs_wellknowntypes', function (cb) {
119 gulp.task('genproto_wellknowntypes', function (cb) {
127 gulp.task('genproto_group3_commonjs_strict', function (cb) {
148 gulp.task('dist', gulp.series(['genproto_wellknowntypes'], function(cb) {
159 gulp.task('commonjs_asserts', function (cb) {
171 gulp.task('commonjs_testdeps', function (cb) {
183 gulp.task(
185 gulp.series(
217 gulp.task(
219 gulp.series(
234 gulp.task(
236 gulp.series(
251 gulp.task('test_commonjs', gulp.series(['make_commonjs_out'], function(cb) {
260 gulp.task('test', gulp.series(['test_closure', 'test_commonjs'], function(cb) {