spine icon indicating copy to clipboard operation
spine copied to clipboard

Build fork repo and add to package.json

Open phamconganh opened this issue 2 years ago • 2 comments

I changed some logic in loader-base, so I fork this repo and add a package with git fork link yarn add <git> # <branch>. While it will add to node_modules and run the build, it doesn't have @pixi-spine. How to install from fork repo?

phamconganh avatar Aug 30 '22 10:08 phamconganh

Honestly, I dont know all those build things ) Are you sure you cant hack necessary classes from outside?

ivanpopelyshev avatar Aug 30 '22 11:08 ivanpopelyshev

Just take loaders js and bundle 41 js files, add depts to @pixi-spine/base and @pixi-spine/runtime-4.1 Basically, embed loader and bundle into your project

ivanpopelyshev avatar Aug 30 '22 11:08 ivanpopelyshev