This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Description
Both jQuery and Underscore are now fully optional in Exoskeleton, see https://github.com/paulmillr/exoskeleton/issues/102.
If you use Exoskeleton instead of Backbone with Chaplin, and you're not using jQuery and Underscore, Chaplin calls Backbone.View, but should call Backbone.NativeView. An error will be triggered, see paulmillr/exoskeleton@b8e5dc9.
Can you implement the option to use Chaplin with Exoskeleton, but without jQuery and Underscore?