mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
Added instruction about compiling sprites
This commit is contained in:
parent
e605acffbe
commit
368d1b9941
1 changed files with 7 additions and 0 deletions
|
|
@ -7,3 +7,10 @@ Shared resources useful for the multiple HabitRPG repositories, that way all the
|
|||
* Algorithms - level up algorithm, scoring functions, etc
|
||||
* View helper functions that may come in handy for multiple client MVCs
|
||||
* Item definitions - weapons, armor, pets
|
||||
|
||||
## Compiling spritesheets
|
||||
Because of some wonkiness with Heroku, the spritesheet compilation is not part of the production build process and must be done manually when new images are added by running:
|
||||
|
||||
``` bash
|
||||
grunt compile:sprites
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue