dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.39k stars 3.49k forks source link

Updating CDN to the latest #1009

Open Slobork opened 7 years ago

Slobork commented 7 years ago

I do understand that @dimsemenov has a limmited time in maintaining the project. Still, could you at least update the CDN files to reflect the latest from the project?

What I mean, the Magnific is on the version 1.1.0, while the CDN files are running the 1.0.0: http://www.jsdelivr.com/?query=magnific%20popup

Thanks!

dimsemenov commented 7 years ago

CDNJS has already the latest version of Magnific Popup - https://cdnjs.com/libraries/magnific-popup.js

Feel free to send PR that would add support for other CDNs that you use.

jimaek commented 7 years ago

@jsdelivrbot npm magnific-popup

jsdelivrbot commented 7 years ago

Browse the CDN files https://cdn.jsdelivr.net/npm/magnific-popup/

Load the main file https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0 Make sure you configure the default file correctly. You can use "jsdelivr" or "cdn" in package.json to set the correct CDN file.

Version aliasing to latest major release https://cdn.jsdelivr.net/npm/magnific-popup@1

Add .min. to files to auto-minify.

-- Full documentation