Hypermediaisobar/hyper-gulp

View on GitHub

Showing 1 of 1 total issue

Function stub has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function stub(options, baseDir, outputPath) {
    var pckg = require(path.join(baseDir, "package.json"));

    return Q.nfcall(glob, path.join(__dirname, pckg.directories.lib, "**", "*.entry" + options.ecmaScriptFileExtensionsGlobPattern))
        .then(function (entries) {
Severity: Minor
Found in hyper-gulp/webpack.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language