Skip to content

Commit d4b09ca

Browse files
committed
gruntfile minor cleanup
1 parent bf73f08 commit d4b09ca

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gruntfile.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
var fs = require('fs'),
2-
path = require('path'),
3-
stream = require('stream')
2+
path = require('path')
43

54
module.exports = function( grunt ) {
65

@@ -151,8 +150,7 @@ module.exports = function( grunt ) {
151150
])
152151

153152
grunt.registerTask( 'default', [
154-
'jshint:dev',
155-
'jshint:test',
153+
'jshint',
156154
'test',
157155
'uglify'
158156
])

0 commit comments

Comments
 (0)