Lines Matching refs:bpmn
17 // packed module is what the bpmn-viewer / bpmn-modeler entry points import.
23 name: 'bpmn-js',
26 fontsDir: path.join('dist', 'assets', 'bpmn-font', 'font'),
27 fontFiles: ['bpmn.woff', 'bpmn.woff2'],
30 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-viewer.js'),
31 outFile: path.join(vendorDir, 'bpmn-js', 'dist', 'bpmn-viewer.production.min.js'),
34 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'bpmn-modeler.js'),
35 outFile: path.join(vendorDir, 'bpmn-js', 'dist', 'bpmn-modeler.production.min.js'),
186 const packageName = 'bpmn-js-bpmnlint';
196 const cssSource = path.join(sourceDir, 'dist', 'assets', 'css', 'bpmn-js-bpmnlint.css');
203 'bpmn-js-bpmnlint.less'
237 const lintPackages = ['bpmn-js-bpmnlint', 'bpmnlint', 'bpmnlint-pack-config'];