mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
adds compile function to grunt file for tpds worker and background jobs worker
This commit is contained in:
parent
9a86f24bf7
commit
8cb21ee2f9
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ module.exports = (grunt) ->
|
|||
src: 'app.coffee'
|
||||
dest: 'app.js'
|
||||
|
||||
TpdsWorker:
|
||||
src: 'TpdsWorker.coffee'
|
||||
dest: 'TpdsWorker.js'
|
||||
|
||||
BackgroundJobsWorker:
|
||||
src: 'BackgroundJobsWorker.coffee'
|
||||
dest: 'BackgroundJobsWorker.js'
|
||||
|
||||
sharejs:
|
||||
options:
|
||||
join: true
|
||||
|
|
Loading…
Reference in a new issue