aktos-io/scada.js

vendor folder must play well with npm modules

Closed this issue · 0 comments

We should avoid "copy-and-paste"ing of 3rd party libraries into ./vendor folder in order to prevent following difficulties:

  • copy-and-paste makes it way harder to create a PR for a 3rd party when we made an improvement
  • copy-and-paste makes it harder to apply any updates