Link Search Menu Expand Document

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
});

Table of contents