maestrano/mnoe-admin-panel

View on GitHub
gulp_tasks/build.js

Summary

Maintainability
A
1 hr
Test Coverage

Function build has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function build() {
  const partialsInjectFile = gulp.src(conf.path.tmp('templateCacheHtml.js'), {read: false});
  const partialsInjectOptions = {
    starttag: '<!-- inject:partials -->',
    ignorePath: conf.paths.tmp,
Severity: Minor
Found in gulp_tasks/build.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status