jonniespratley/angular-cms

View on GitHub
Gruntfile.js

Summary

Maintainability
F
3 days
Test Coverage

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

module.exports = function(grunt) {

    //Connect proxy to route requests to localhost:8181/api
    //require('json-proxy').initialize({});
    require('load-grunt-tasks')(grunt);
Severity: Major
Found in Gruntfile.js - About 2 days to fix

    File Gruntfile.js has 506 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /* jshint camelcase:false */
    'use strict';
    var fs = require('fs'),
        express = require('express'),
        cmsRouter = require('./routes/cms-router.js'),
    Severity: Major
    Found in Gruntfile.js - About 1 day to fix

      There are no issues that match your filters.

      Category
      Status