BorntraegerMarc/ledison-web

View on GitHub
gulp-tasks/default.js

Summary

Maintainability
A
0 mins
Test Coverage
/*eslint-disable */
'use strict';
/*eslint-enable */

module.exports = (gulp) => {
    gulp.task('default', [
        'build',
        'watch',
        'serve'
    ]);
};