Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 341 Bytes

options.md

File metadata and controls

20 lines (17 loc) · 341 Bytes
layout title nav_order permalink has_children
default
Options
5
/options
true

Options

gulp-dumber supports various options. You can modify the options in your local gulpfile.js.

const dumber = require('gulp-dumber');
const dr = dumber({
  // src folder is by default "src".
  src: 'src',
  // Other options
});