From 5b1c51f03e3288d19ce52978fb397a891dec7bcd Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Wed, 12 Sep 2012 15:47:01 -0700 Subject: [PATCH] Add exception for workers --- Makefile.dryice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }); }