themeteorchef / bert

A client side, multi-style alerts system for Meteor.
185 stars 27 forks source link

refactor: bert has weak dependency on jQuery #64

Closed jirikrepl closed 1 year ago

jirikrepl commented 3 years ago

Now we are able to add jQuery from CDN directly to <head>. jQuery does not need to be part of the initial JS bundle (and users might have it cached already)

jirikrepl commented 3 years ago

@rglover @themeteorchef thanks for considering this change