mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-10 07:56:26 +00:00
This commit uses exposify to perform a quick replace on web dependency require() statements before browserify can process them. This way we access our external dependencies (jquery, lodash, snapsvg, sax) via window globals in a standalone bower bundle. Closes #63