Add exception for workers
This commit is contained in:
parent
ff4e200dc9
commit
5b1c51f03e
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue