10.0.0 • Published 1 year ago
@ducatus/ducatuscore-build v10.0.0
Ducatuscore Build
A helper to add tasks to gulp.
Getting started
Install with:
npm install ducatus-build
And use and require in your gulp file:
var gulp = require('gulp');
var ducatuscoreTasks = require('@ducatus/ducatuscore-build');
ducatuscoreTasks('submodule');
gulp.task('default', ['lint', 'test', 'browser', 'coverage']);
Notes
- There's no default task to allow for each submodule to set up their own configuration
- If the module is node-only, avoid adding the browser tasks with:
var ducatuscoreTasks = require('ducatuscore-build');
ducatuscoreTasks('submodule', {skipBrowsers: true});
10.0.0
1 year ago