Squashed 'bpmn-js-spiffworkflow/' changes from aca23dc56..9252af813
9252af813 Adding tests for the user service , and closing a few logic errors. Adding support for a single wild card for matching all users. git-subtree-dir: bpmn-js-spiffworkflow git-subtree-split: 9252af8138165fa38866365770ae015656a7e274
This commit is contained in:
parent
4f6ebd392a
commit
f91ce2e6be
|
@ -35,6 +35,7 @@ module.exports = {
|
|||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
|
||||
{ from: '*.css', to: 'vendor/bpmn-js-color-picker', context: 'node_modules/bpmn-js-color-picker/colors' },
|
||||
{
|
||||
from: 'assets/**',
|
||||
to: 'vendor/bpmn-js-properties-panel',
|
||||
|
|
Loading…
Reference in New Issue