Open svalat opened 1 year 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, ...) ?
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.
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.