betajs/betajs-compile

View on GitHub
grunt/concatsass.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (taskname, source, target, options) {
    this.grunt.loadNpmTasks('grunt-contrib-concat');
    this.grunt.loadNpmTasks('grunt-dart-sass');
    this.grunt.loadNpmTasks('grunt-contrib-clean');
    taskname = taskname || "concatsass";
Severity: Minor
Found in grunt/concatsass.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status