fixed some case-related issues

This commit is contained in:
Spencer Alger
2013-10-24 11:43:09 -07:00
parent 6ae5c30b2e
commit b139314abf
6 changed files with 43 additions and 12 deletions

View File

@ -122,10 +122,8 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-jshint');
// Default task.
// grunt.registerTask('docs', ['docular']);
grunt.registerTask('default', [
'jshint',
'mochaTest:unit',