cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

Replace git submodules with npm packages. #443

Closed cburschka closed 7 years ago

cburschka commented 7 years ago

Currently, the libraries we're using are imported in one of two ways:

Most of the former are available as packages.

And, just published this moment:

cburschka commented 7 years ago

(The basic reason for this is that it is much less of a pain in the ass to update npm packages - instead of having to explicitly switch to a different commit and push the change to the repository, you can just update the checked-out code with npm update.)

cburschka commented 7 years ago

As a stopgap, we might be able to upgrade by using the workaround described here: https://github.com/swisnl/jQuery-contextMenu/issues/333