Skip to content

Commit

Permalink
Add hot reload to webpack (handlebars templates and css)
Browse files Browse the repository at this point in the history
  • Loading branch information
fryguy1013 committed Nov 27, 2021
1 parent 4ea7e5c commit 2a00dbc
Show file tree
Hide file tree
Showing 9 changed files with 3,537 additions and 107 deletions.
20 changes: 10 additions & 10 deletions .betterer.results
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// BETTERER RESULTS V2.
exports[`too-much-lint`] = {
value: `{
"packs/scripts/extract.ts:1475239330": [
[367, 47, 3, "Unexpected any. Specify a different type.", "193409811"],
[405, 23, 3, "Unexpected any. Specify a different type.", "193409811"]
"packs/scripts/extract.ts:1684253896": [
[368, 47, 3, "Unexpected any. Specify a different type.", "193409811"],
[406, 23, 3, "Unexpected any. Specify a different type.", "193409811"]
],
"packs/scripts/packman/compendium-pack.ts:3917443486": [
[240, 43, 3, "Unexpected any. Specify a different type.", "193409811"]
Expand All @@ -12,7 +12,7 @@ exports[`too-much-lint`] = {
[37, 39, 3, "Unexpected any. Specify a different type.", "193409811"],
[37, 45, 3, "Unexpected any. Specify a different type.", "193409811"]
],
"src/module/actor/base.ts:2445093877": [
"src/module/actor/base.ts:2405741365": [
[460, 28, 3, "Unexpected any. Specify a different type.", "193409811"],
[569, 35, 3, "Unexpected any. Specify a different type.", "193409811"],
[780, 22, 3, "Unexpected any. Specify a different type.", "193409811"],
Expand Down Expand Up @@ -79,7 +79,7 @@ exports[`too-much-lint`] = {
[67, 38, 3, "Unexpected any. Specify a different type.", "193409811"],
[80, 64, 3, "Unexpected any. Specify a different type.", "193409811"]
],
"src/module/item/base.ts:3807855369": [
"src/module/item/base.ts:4104885640": [
[183, 82, 3, "Unexpected any. Specify a different type.", "193409811"],
[228, 24, 3, "Unexpected any. Specify a different type.", "193409811"],
[293, 34, 3, "Unexpected any. Specify a different type.", "193409811"],
Expand All @@ -104,10 +104,10 @@ exports[`too-much-lint`] = {
[75, 15, 3, "Unexpected any. Specify a different type.", "193409811"],
[80, 13, 3, "Unexpected any. Specify a different type.", "193409811"]
],
"src/module/item/sheet/base.ts:1957334962": [
[42, 20, 3, "Unexpected any. Specify a different type.", "193409811"],
[358, 60, 3, "Unexpected any. Specify a different type.", "193409811"],
[358, 81, 3, "Unexpected any. Specify a different type.", "193409811"]
"src/module/item/sheet/base.ts:346260108": [
[41, 20, 3, "Unexpected any. Specify a different type.", "193409811"],
[316, 60, 3, "Unexpected any. Specify a different type.", "193409811"],
[316, 81, 3, "Unexpected any. Specify a different type.", "193409811"]
],
"src/module/migration/migrations/603-reset-quick-roll-default.ts:844647149": [
[6, 55, 3, "Unexpected any. Specify a different type.", "193409811"]
Expand Down Expand Up @@ -396,7 +396,7 @@ exports[`too-much-lint`] = {
[20, 35, 3, "Unexpected any. Specify a different type.", "193409811"],
[22, 34, 3, "Unexpected any. Specify a different type.", "193409811"]
],
"types/foundry/common/abstract/document.d.ts:1718616434": [
"types/foundry/common/abstract/document.d.ts:3994453266": [
[36, 51, 3, "Unexpected any. Specify a different type.", "193409811"],
[164, 63, 3, "Unexpected any. Specify a different type.", "193409811"],
[549, 29, 3, "Unexpected any. Specify a different type.", "193409811"],
Expand Down
3 changes: 2 additions & 1 deletion foundryconfig.example.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"dataPath": "PATH_TO_DATA_FOLDER/FoundryVTT"
"dataPath": "PATH_TO_DATA_FOLDER/FoundryVTT",
"foundryUri": "http:https://localhost:30001"
}
Loading

0 comments on commit 2a00dbc

Please sign in to comment.