mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Update Gruntfile
This commit is contained in:
parent
29a038e633
commit
93024e5b2e
1 changed files with 5 additions and 5 deletions
|
@ -22,18 +22,17 @@ module.exports = (grunt) ->
|
|||
options:
|
||||
filter: 'exclude',
|
||||
tasks: [
|
||||
'coffee'
|
||||
'concurrent'
|
||||
'execute'
|
||||
'bunyan'
|
||||
'availabletasks'
|
||||
]
|
||||
groups:
|
||||
"Compile tasks": [
|
||||
"compile:server"
|
||||
"compile"
|
||||
]
|
||||
"Run tasks": [
|
||||
"run"
|
||||
"run:all"
|
||||
"run:web"
|
||||
"run:document-updater"
|
||||
"default"
|
||||
]
|
||||
"Misc": [
|
||||
|
@ -46,6 +45,7 @@ module.exports = (grunt) ->
|
|||
grunt.registerTask 'run:document-updater', "Run document-updater-sharelatex, the real-time document server", ["bunyan", "execute:document-updater"]
|
||||
|
||||
grunt.registerTask 'run', "Run all of the sharelatex processes", ['concurrent:all']
|
||||
grunt.registerTask 'run:all', 'run'
|
||||
|
||||
grunt.registerTask 'default', 'run'
|
||||
|
||||
|
|
Loading…
Reference in a new issue