maestrano/mno-enterprise

View on GitHub
frontend-admin/gulp/server.js

Summary

Maintainability
A
1 hr
Test Coverage

Function browserSyncInit has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function browserSyncInit(baseDir, browser) {
  browser = browser === undefined ? 'default' : browser;

  var routes = null;
  if(baseDir === conf.paths.src || (util.isArray(baseDir) && baseDir.indexOf(conf.paths.src) !== -1)) {
Severity: Minor
Found in frontend-admin/gulp/server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status