ben-eb/gulp-svgmin

Does this plugin support the latest --indent?

lipis opened this issue · 2 comments

gulp.task('indent', function () {
    return gulp.src('logo.svg')
        .pipe(svgmin({
            js2svg: {
                indent: 2
            }
        }))
        .pipe(gulp.dest('./out'))
});
lipis commented

thanks!