Add bulk folder import #2252

This commit is contained in:
Tom Najdek 2022-10-09 14:01:50 +02:00
parent 6117221cbc
commit 2820add3d1
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
9 changed files with 435 additions and 17 deletions

View file

@ -97,7 +97,14 @@ const browserifyConfigs = [
config: {
standalone: 'chaiAsPromised'
}
}
},
{
src: 'node_modules/multimatch/index.js',
dest: 'resource/multimatch.js',
config: {
standalone: 'multimatch'
}
},
];
// exclude mask used for js, copy, symlink and sass tasks