diff --git a/Makefile.dryice.js b/Makefile.dryice.js index 86a2ce81..7a80e6a7 100755 --- a/Makefile.dryice.js +++ b/Makefile.dryice.js @@ -408,7 +408,7 @@ function buildAce(options) { if (options.shrinkwrap) { copy({ - source: { root:targetDir }, + source: { root:targetDir, exclude:/^worker-/ }, dest: BUILD_DIR + '/ace-min.js' }); }