maestrano/mno-enterprise-angular

View on GitHub
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 || (Array.isArray(baseDir) && baseDir.indexOf(conf.paths.src) !== -1)) {
Severity: Minor
Found in gulp/server.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status