mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
adds compile function to grunt file for tpds worker and background jobs worker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user