mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #355] [CLOSED] deuglify apphost.js in an attempt to make it more readable #8270
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/355
Author: @cvium
Created: 1/2/2019
Status: ❌ Closed
Base:
dev← Head:deuglify_apphostjs📝 Commits (3)
a99b7c2deuglify apphost.js in an attempt to make it more readablead2f71cchanged indentation to 4 spaces9d1ad38Merge branch 'dev' into deuglify_apphostjs📊 Changes
1 file changed (+422 additions, -124 deletions)
View changed files
📝
MediaBrowser.WebDashboard/dashboard-ui/components/apphost.js(+422 -124)📄 Description
I've run apphost.js through https://www.npmjs.com/package/deuglify and then manually unrolled a few if-else statements that weren't caught properly.
If this is approved I think deuglify should be applied at a larger scale, but it's going to take a while. Unless someone knows where to get the proper source for the minified, uglified js.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.