paulhitz / DnB-REST-Client

Custom REST Client for D&B (Dun & Bradstreet) services.
https://github.com/paulhitz/DnB-REST-Client
MIT License
5 stars 5 forks source link

Use a package manager to handle JS dependencies #50

Closed paulhitz closed 8 years ago

paulhitz commented 8 years ago

It's getting tough to handle all the different versions of the various JS libs. Additionally, since the tool is packaged as an extension and possibly use in organisations with stringent firewall rules, CDNs are not the answer.

The tool should use bower, npm or some alternative to handle external JS/CSS dependencies.

paulhitz commented 8 years ago

The tool now uses Bower for dependency management.