memtt / malt

MALT is a MALloc Tracker to find where and how your made your memory allocations in C/C++/Fortran applications.
https://memtt.github.io/malt/
Other
108 stars 16 forks source link

Use bower and remove the js client deps #80

Open svalat opened 1 year ago

svalat commented 1 year ago

I currently stored all the JS client deps installed by npm in the repository, need to remove all of them from de repo as I did for numaprof.

bernarda78 commented 2 months ago

Hi,

I guess you refer to this commit https://github.com/memtt/numaprof/commit/76e99385b7ca593766b8d98b4d4831ef6a13a5cc made in the numaprof repository.

Looking into resolving this issue, I went to the Bower website, where they announce the project is maintained but deprecated and they suggest using another package manager, such as Yarn.

Given that, do you still want to use bower, or rather another package manager (npm, yarn, other, ...) ?

svalat commented 1 month ago

True, that now I should use YARN for the server side deps.

For the online one, can also simply download the .js/.css files from the site of CDNs via a shell script, that's also probably well valid and far simpler that fetching tons of files which I don't need as I depend to very few deps on the client side.