Closed learning closed 6 years ago
Useage:
gulp.src('path/to/file/**/*.yml') .pipe(yaml({ ext: '.js' })) .pipe(gulp.dest('dist/'));
This was cherry-picked in #8
This was merged in #8
Useage: