Nico Rehwaldt
732aae361e
chore: prevent double bundling
...
Ensure we build the distribution only once:
* development build with NODE_ENV=development
* production build with NODE_ENV=production
2021-11-03 10:54:20 +00:00
Martin Stamm
495997607c
feat: add Overlays to navigate collapsed subprocesses
...
This introduces a new css file to bpmn-js. To upgrade, please include
`dist/assets/bpmn-js.css` in your application.
closes #1483
2021-10-21 11:05:08 +02:00
Nico Rehwaldt
3dfc1dd07e
chore: do not swallow distro bundle output
2021-10-15 10:37:42 +02:00
Nico Rehwaldt
3c895e08ae
chore(project): build pre-packaged distros with Rollup
...
* enables tree-shaking
* simplifies build
2018-04-03 18:09:52 +02:00
Nico Rehwaldt
da2a8be7e5
chore(project): es5ify scripts
...
...until we decide to switch to ES2015+
2018-02-02 11:24:00 +01:00
Nico Rehwaldt
f1082a563f
chore(distro): build bower distro using new scripts
2018-02-02 11:24:00 +01:00
Nico Rehwaldt
da4f321284
chore(project): use external bpmn-font
...
This is a breaking change for users that may rely on `assets/bpmn-font`
being present in the library.
BREAKING CHANGE:
* use `bpmn-font` package, specifically `bpmn-font/dist` if you need the
font previously contained in the assets directory.
2018-02-02 11:24:00 +01:00
Nico Rehwaldt
d9d0d9dcdb
chore(distro): consolidate into single task
2018-02-02 11:24:00 +01:00
Nico Rehwaldt
e3bf356461
chore(project): drop grunt + bundle assets to dist directory
...
* replace grunt with npm scripts
* copy static assets to dist directory
* build and copy library variants to dist directory
Related to #725
2018-02-02 11:24:00 +01:00