[frontends] remove precompiled JS #11
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#11
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Akkoma's backend should not assume any frontend - we should remove all precompiled javascript from
priv/
and have it all managed bypleroma.frontend
we will likely need a fallback html file to let new people know what they've done wrong, and to update the install docs to tell users how to install a frontend
we should probably enable static-fe by default as well in case people want to run a pure API server
it has been done