diff --git a/services/web/Gruntfile.coffee b/services/web/Gruntfile.coffee index e66a0217ce..b35738611f 100644 --- a/services/web/Gruntfile.coffee +++ b/services/web/Gruntfile.coffee @@ -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