Skip to content

Commit 48acb53

Browse files
author
Matthew Rourke
committed
Clean up some default code
1 parent 4650c64 commit 48acb53

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Gruntfile.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ module.exports = function(grunt) {
6060
css: ['Goose-Windmill/public/styles/*.css'],
6161
dest: 'tmp/gooseCSS.css'
6262
}
63-
},
64-
65-
// Unit tests.grunt
66-
nodeunit: {
67-
tests: ['test/*_test.js']
6863
}
6964

7065
});
@@ -75,7 +70,6 @@ module.exports = function(grunt) {
7570
// These plugins provide necessary tasks.
7671
grunt.loadNpmTasks('grunt-contrib-jshint');
7772
grunt.loadNpmTasks('grunt-contrib-clean');
78-
grunt.loadNpmTasks('grunt-contrib-nodeunit');
7973

8074
// Whenever the "test" task is run, first clean the "tmp" dir, then run this
8175
// plugin's task(s), then test the result.

0 commit comments

Comments
 (0)