|
|
|
|
|
by Waterluvian
2121 days ago
|
|
How popular is “download this minified file and use it!” Vs. Package management? I feel like that’s an instant turn off. I don’t want to manually manage all my stuff. Or is there some middle ground where people just put a URL to the download in their package manager solution, whatever it is. |
|
I only really use npm packages for Electron; I usually have the libraries locally stored and don't do any soft preprocessing/packaging. Being able to "drop in" the source much like a C/C++ library ends up being comfortable for me for these smaller things. [1]
[1] https://github.com/danbolt/switch-compo/blob/820ce5fb4944e57...