Skip to content
Snippets Groups Projects
  • Richard Westenra's avatar
    3ff07053
    Remove calls to missing modules from gruntfile · 3ff07053
    Richard Westenra authored
    When running the app, Grunt throws the following warnings:
    
    >> Local Npm module "grunt-contrib-clean" not found. Is it installed?
    >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed?
    
    These modules don't appear to do anything except throw a warning so they can probably just be removed.
    Remove calls to missing modules from gruntfile
    Richard Westenra authored
    When running the app, Grunt throws the following warnings:
    
    >> Local Npm module "grunt-contrib-clean" not found. Is it installed?
    >> Local Npm module "grunt-contrib-nodeunit" not found. Is it installed?
    
    These modules don't appear to do anything except throw a warning so they can probably just be removed.