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

Javascript Dependency Management #59

Open
ChandlerSwift opened this issue Nov 6, 2020 · 1 comment
Open

Javascript Dependency Management #59

ChandlerSwift opened this issue Nov 6, 2020 · 1 comment

Comments

@ChandlerSwift
Copy link
Member

Currently we vendor in at least the following:

  • Ace, our text editor, which includes at least a dozen themes and extensions we don't use
  • jQuery
  • Bootstrap (css + js)
  • Glyphicons
  • ...?

Managing these dependencies manually is a bit of a pain. RFC on using a proper dependency management tool here? In theory, it seems like NPM would work well, and part of the "publish to PyPI" process would be assembling these deps. May impact #58 if that includes a Bootstrap refresh.

@jnowaczek
Copy link
Member

jnowaczek commented Nov 6, 2020

I've personally had experience with NPM and Webpack and haven't experienced any rough edges there! It would complicate the build process slightly I suppose...

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

2 participants