JonAbrams/synth

View on GitHub
lib/assets.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var init = function (type) {
  var filesRaw;
  var relPath = path.join(cwd, 'front', type, type + 'Files');

  if (initialized[type]) return;
Severity: Minor
Found in lib/assets.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status