austinpray/asset-builder

View on GitHub
lib/buildGlobs.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getOutputFiles has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

buildGlobs.prototype.getOutputFiles = function(type, dependencies, bowerFiles) {
  var outputFiles;

  outputFiles = _.pickBy(dependencies, function(dependency, name) {
    // only select dependencies with valid file extensions
Severity: Minor
Found in lib/buildGlobs.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status