mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 09:00:07 +00:00
make default use bunyan for nice local logging
This commit is contained in:
parent
1e8667400b
commit
e9ebc9ecfd
1 changed files with 1 additions and 2 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue