cburschka / cadence

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

Switch back to local jquery, via npm. #450

Closed cburschka closed 7 years ago

cburschka commented 7 years ago

Locally hosted jQuery was abandoned because of the inconvenience of maintaining it via a git submodule.

Now that we're using npm, this isn't a concern - in fact, jquery is already installed due to other dependencies. All we'd need to do is pull it into lib/modules via the Makefile.

cburschka commented 7 years ago

First, upgrade to 3.1 (which currently causes errors).

Also, jQuery UI is non-trivial.