Remove warp static dir in favor of static_dir! macro #9

Merged
blek merged 1 commits from fix-assets into 0.2-dev 2023-10-29 10:03:19 +01:00
Owner

This is required because this gives out this when running in production (where the assets are not mounted to the fs):

bfile-filed-1  | {"level":40,"time":1698569440013,"msg":"file not found: \"delay.js\""}
bfile-filed-1  | {"level":40,"time":1698569440123,"msg":"file not found: \"dragndrop-form.js\""}
bfile-filed-1  | {"level":40,"time":1698569440126,"msg":"file not found: \"js-only.js\""}
bfile-filed-1  | {"level":40,"time":1698569440381,"msg":"file not found: \"delay.js\""}
bfile-filed-1  | {"level":40,"time":1698569440381,"msg":"file not found: \"dragndrop-form.js\""}
bfile-filed-1  | {"level":40,"time":1698569440382,"msg":"file not found: \"js-only.js\""}
bfile-filed-1  | {"level":40,"time":1698569447672,"msg":"file not found: \"delay.js\""}
bfile-filed-1  | {"level":40,"time":1698569447783,"msg":"file not found: \"dragndrop-form.js\""}
bfile-filed-1  | {"level":40,"time":1698569447783,"msg":"file not found: \"js-only.js\""}
bfile-filed-1  | {"level":40,"time":1698569448062,"msg":"file not found: \"delay.js\""}
bfile-filed-1  | {"level":40,"time":1698569448063,"msg":"file not found: \"dragndrop-form.js\""}
bfile-filed-1  | {"level":40,"time":1698569448063,"msg":"file not found: \"js-only.js\""}
This is required because this gives out this when running in production (where the assets are not mounted to the fs): ``` bfile-filed-1 | {"level":40,"time":1698569440013,"msg":"file not found: \"delay.js\""} bfile-filed-1 | {"level":40,"time":1698569440123,"msg":"file not found: \"dragndrop-form.js\""} bfile-filed-1 | {"level":40,"time":1698569440126,"msg":"file not found: \"js-only.js\""} bfile-filed-1 | {"level":40,"time":1698569440381,"msg":"file not found: \"delay.js\""} bfile-filed-1 | {"level":40,"time":1698569440381,"msg":"file not found: \"dragndrop-form.js\""} bfile-filed-1 | {"level":40,"time":1698569440382,"msg":"file not found: \"js-only.js\""} bfile-filed-1 | {"level":40,"time":1698569447672,"msg":"file not found: \"delay.js\""} bfile-filed-1 | {"level":40,"time":1698569447783,"msg":"file not found: \"dragndrop-form.js\""} bfile-filed-1 | {"level":40,"time":1698569447783,"msg":"file not found: \"js-only.js\""} bfile-filed-1 | {"level":40,"time":1698569448062,"msg":"file not found: \"delay.js\""} bfile-filed-1 | {"level":40,"time":1698569448063,"msg":"file not found: \"dragndrop-form.js\""} bfile-filed-1 | {"level":40,"time":1698569448063,"msg":"file not found: \"js-only.js\""} ```
blek added 1 commit 2023-10-29 10:01:48 +01:00
blek merged commit b7b303afb3 into 0.2-dev 2023-10-29 10:03:18 +01:00
blek deleted branch fix-assets 2023-10-29 10:03:24 +01:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blek/bfile#9
No description provided.