matiasgali / guillotine

jQuery plugin to crop images within an area (fully responsive), allowing to drag (touch support), zoom and rotate.
http://guillotine.js.org
326 stars 100 forks source link

fix local browsing in Fx, change to jsDelivr CDN #8

Closed tomByrer closed 9 years ago

tomByrer commented 9 years ago

missing http: breaks local files browsing in Fx Changed CDNs to jsDelivr; same [network + CloudFlare], 1 less DNS lookup, added auto minor revision upgrades alias

matiasgali commented 9 years ago

It's not a good practice to force http, those visiting the site through https should access assets through https too. I'm aware this means that urls would break if accessed locally (file protocol), but the gh-pages branch is meant to be accessed remotely (from github) not locally.

Despite that, jsDelivr seems nice and I wouldn't mind using and supporting it. The page has some details I want to review so I may switch to jsDelivr in the next iteration and even add Guillotine to the CDN.

Thanks for contributing, regards.

tomByrer commented 9 years ago

Thanks for your consideration!

I may switch to jsDelivr

Since you already create releases, the easiest thing for you to do is to create a folder here (like /jquery.guillotine), add info.ini (example), add update.json, then everything else will be automatic.

Advanced usage trick: concatenate files

Let me know if you need any more help!