Lines Matching +full:css +full:- +full:lint
5 import packConfigModule from 'bpmnlint-pack-config';
15 // .bpmnlintrc is resolved into a self-contained { config, resolver } module at
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'),
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'),
40 name: 'dmn-js',
43 fontsDir: path.join('dist', 'assets', 'dmn-font', 'font'),
47 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-viewer.js'),
48 outFile: path.join(vendorDir, 'dmn-js', 'dist', 'dmn-viewer.production.min.js'),
51 entryPoint: path.join(rootDir, 'build', 'vendor-entrypoints', 'dmn-modeler.js'),
52 outFile: path.join(vendorDir, 'dmn-js', 'dist', 'dmn-modeler.production.min.js'),
85 …return `/*! ${metadata.name} - ${metadata.version} | generated for dokuwiki-plugin-bpmnio | ${meta…
109 const targetName = entry.name.endsWith('.css')
110 ? entry.name.replace(/\.css$/u, '.less')
178 …const banner = '/*! generated from .bpmnlintrc for dokuwiki-plugin-bpmnio — do not edit by hand */…
182 console.log(`Packed lint config: ${path.relative(rootDir, packedLintConfigPath)}`);
186 const packageName = 'bpmn-js-bpmnlint';
194 // the viewer/modeler entry points. The .css is renamed to .less so DokuWiki's
196 const cssSource = path.join(sourceDir, 'dist', 'assets', 'css', 'bpmn-js-bpmnlint.css');
202 'css',
203 'bpmn-js-bpmnlint.less'
237 const lintPackages = ['bpmn-js-bpmnlint', 'bpmnlint', 'bpmnlint-pack-config'];
250 path.join(vendorDir, 'build-manifest.json'),