bootstrap-3-modal
bootstrap-3-modal copied to clipboard
refactor: use jQuery as a weak dependency (similar as Blaze)
Now we are able to add jQuery from CDN directly to
. jQuery does not need to be part of the initial JS bundle (and users might have it cached already)
@PeppeL-G thanks for considering this change