mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
* move emails images to website/static/emails and remove old files * remove old client tests * remove more files * add sprites back * cleanup gulp * cleanup gulp * remove old files * more fixes * pin bootstrap-vue * disable old test * remove old tasks * fix apidoc
11 lines
320 B
Markdown
Executable File
11 lines
320 B
Markdown
Executable File
# Sprites
|
|
|
|
The individual sprites and css that help map them to spritesheets live here.
|
|
|
|
## 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
|
|
npm run sprites
|
|
```
|