Add hot reload configuration (#1881)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-05-14 18:46:18 -04:00 committed by GitHub
parent 24993970da
commit 829a6161ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -37,6 +37,7 @@ jobs:
url: https://github.com/${{github.repository}} url: https://github.com/${{github.repository}}
manifest: https://raw.githubusercontent.com/${{github.repository}}/v14/system.json manifest: https://raw.githubusercontent.com/${{github.repository}}/v14/system.json
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/system.zip
flags.hotReload: false
# Create a zip file with all files required by the module to add to the release # Create a zip file with all files required by the module to add to the release
- run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js build/tagify.css styles/daggerheart.css assets/ templates/ packs/ lang/ - run: zip -r ./system.zip system.json README.md LICENSE build/daggerheart.js build/tagify.css styles/daggerheart.css assets/ templates/ packs/ lang/

View file

@ -15,6 +15,11 @@
{ {
"name": "WBHarry" "name": "WBHarry"
}, },
{
"name": "Supe",
"url": "https://github.com/CarlosFdez",
"discord": "supe"
},
{ {
"name": "cptn-cosmo", "name": "cptn-cosmo",
"url": "https://github.com/cptn-cosmo", "url": "https://github.com/cptn-cosmo",
@ -298,5 +303,11 @@
}, },
"background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png", "background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png",
"primaryTokenAttribute": "resources.hitPoints", "primaryTokenAttribute": "resources.hitPoints",
"secondaryTokenAttribute": "resources.stress" "secondaryTokenAttribute": "resources.stress",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
"paths": ["styles/daggerheart.css", "templates", "lang"]
}
}
} }