make default use bunyan for nice local logging

This commit is contained in:
Henry Oswald 2015-04-22 18:29:19 +01:00
parent 1e8667400b
commit e9ebc9ecfd

View file

@ -125,8 +125,7 @@ module.exports = (grunt) ->
grunt.registerTask 'compile', ['clean', 'copy', 'coffee', 'less', 'jade', 'requirejs']
grunt.registerTask 'install', ['compile']
grunt.registerTask 'run', ['compile', 'bunyan', 'execute']
grunt.registerTask 'default', ['compile', 'bunyan', 'execute']
grunt.registerTask 'compileAndCompress', ['compile', 'uglify']
grunt.registerTask 'default', ['compile', 'concurrent']
grunt.registerTask 'test:unit', ['compile', 'mochaTest:unit']