Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove calls to missing modules from gruntfile
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.
- Loading branch information