Add bulk folder import #2252
This commit is contained in:
parent
6117221cbc
commit
2820add3d1
9 changed files with 435 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue