UMDLARS / CYLGame

A framework for creating games for UMD Cyber Youth League
https://umdlars.github.io/CYLGame/
MIT License
3 stars 4 forks source link

Javascript Dependency Management #59

Open ChandlerSwift opened 3 years ago

ChandlerSwift commented 3 years ago

Currently we vendor in at least the following:

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 commented 3 years ago

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...