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