marc1404/gulp-blueprint

View on GitHub
lib/gulp-blueprint.js

Summary

Maintainability
A
1 hr
Test Coverage

Function registerTasks has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function registerTasks(options){
    gulp.task('default', [ 'build' ]);
    gulp.task('build', [ 'clean', 'html', 'vendor', 'sass', 'js' ]);
    copyTask('html', [ 'clean' ], options.assets + '/**/*.html', options.buildInto);
    copyTask('vendor', [ 'clean' ], options.vendor + '/**/*', options.buildInto + '/vendor');
Severity: Minor
Found in lib/gulp-blueprint.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status