This commit is contained in:
Garen Torikian 2012-09-12 15:48:16 -07:00
commit a6fbdb10b8

View file

@ -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'
});
}