Getting grunt packaged version of resizeAllModule, that's in bpmn-js-nyan project

Continuing the discussion from How to get the packaged version of bpmn-js-nyan project?:

So, i want to add resizeAllModule, that is present in bpmn-js-nyan project, to my project, but I use Grunt to build the package, while the bpmn-js-nyan uses npm run dev and karma to debug the project (do not create a package). I would like to know how can I make this work… I’m a begginer in this area.

Thanks,
JpPamplona

Have a look at this example. It shows how to create your custom bundle including all the modules you want to have. You can also use Grunt to do this.

1 Like