Skip to content

Commit e9a143a

Browse files
committed
Create README.md
1 parent b934264 commit e9a143a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

plugins/spine/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Updating Spine
2+
3+
1. Checkout the Esoteric Spine Runtimes repo to the `spine-runtimes` folder: https://github.com/EsotericSoftware/spine-runtimes/
4+
2. Run `npm i` inside the `spine-runtimes` folder.
5+
3. Add the `source-map` module: `npm i --save-dev source-map`.
6+
4. Run `npm run plugins.spine.runtimes` to build the new runtimes to the `plugins/spine/src/runtimes` folder.
7+
8+
You can now build a new version of the Spine Plugin:
9+
10+
5. `npm run plugin.spine.dist`.
11+

0 commit comments

Comments
 (0)