aslansky/css-sprite

View on GitHub
tasks/css_sprite.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function(grunt) {

  grunt.registerMultiTask('css_sprite', 'Grunt task for generating css sprites images and corresponding stylesheets.', function () {
    // Merge task-specific and/or target-specific options with these defaults.
    var options = this.options({
Severity: Minor
Found in tasks/css_sprite.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status