Explorar o código

gruntfile minor cleanup

Evan You %!s(int64=12) %!d(string=hai) anos
pai
achega
d4b09ca316
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      Gruntfile.js

+ 2 - 4
Gruntfile.js

@@ -1,6 +1,5 @@
 var fs     = require('fs'),
 var fs     = require('fs'),
-    path   = require('path'),
-    stream = require('stream')
+    path   = require('path')
 
 
 module.exports = function( grunt ) {
 module.exports = function( grunt ) {
 
 
@@ -151,8 +150,7 @@ module.exports = function( grunt ) {
     ])
     ])
 
 
     grunt.registerTask( 'default', [
     grunt.registerTask( 'default', [
-        'jshint:dev',
-        'jshint:test',
+        'jshint',
         'test',
         'test',
         'uglify'
         'uglify'
     ])
     ])