Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the libraries in /app/js/ and rely on packages instead #22

Open
tanius opened this issue Oct 22, 2019 · 0 comments
Open

Remove the libraries in /app/js/ and rely on packages instead #22

tanius opened this issue Oct 22, 2019 · 0 comments

Comments

@tanius
Copy link
Member

tanius commented Oct 22, 2019

These libraries are probably (hopefully) legacy items that have been added in an earlier version, while newer versions are used via a package manager. For example, bower install installed jquery 3.2.1, so it should be avoidable to have /app/js/jquery-1.12.4.js.

If some of these libraries are still in use, we should find packages in the NPM repositories to provide the same libraries via npm install, and then remove them. They are not part of this project's source code, so they should not be in this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant