mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Replace bower with webpack #39
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?
Originally created by @dcrdev on GitHub (Dec 12, 2018).
Originally assigned to: @dcrdev on GitHub.
Bower has been dead a long time - we should replace it with something more robust for managing out Javascript dependencies.
Suggestion: Webpack
@blindman commented on GitHub (Dec 12, 2018):
You sure you don't mean something like yarn/npm?
Webpack is more for bundling your assets (js, css, images, etc) while bower is a package manager to pull in all of your dependencies.
@sparky8251 commented on GitHub (Jan 10, 2019):
Are we even using bower anymore now that we've split the web UI out into its own repo?
If so, maybe this should be transferred there and added to a project of some sort?
@joshuaboniface commented on GitHub (Jan 24, 2019):
Closing in favour of jellyfin/jellyfin-web#21