Add exception for workers

This commit is contained in:
Garen Torikian 2012-09-12 15:47:01 -07:00
commit 5b1c51f03e

View file

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