Skip to content

Commit

Permalink
Generate a base for 3rd-party workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tantalon committed May 17, 2020
1 parent 2abad1c commit 8879ded
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile.dryice.js
Expand Up @@ -424,6 +424,17 @@ function buildAce(options, callback) {
}]
}, "worker-" + name, addCb());
});
// worker base
buildSubmodule(options, {
projectType: "worker",
require: ["ace/worker/mirror"],
ignore: [],
additional: [{
id: "ace/worker/worker",
transforms: [],
order: -1000
}]
}, "worker-base", addCb());
//
function addCb() {
addCb.count = (addCb.count || 0) + 1;
Expand Down

0 comments on commit 8879ded

Please sign in to comment.