bitovi / canjs.com

The CanJS homepage and distributable files
http://v2.canjs.com/
17 stars 12 forks source link

CDN link for jQuery (2.x) points to a file name that doesn't exist (404) #245

Closed mjstahl closed 9 years ago

mjstahl commented 9 years ago

On http://canjs.com/download.html the CDN url for jQuery 2.x points to (http)//canjs.com/release/2.2.4/can.jquery-2.js which returns a 404 when attempting to use.

mjstahl commented 9 years ago

https://github.com/bitovi/canjs.com/blob/gh-pages/download.html does not include a jquery 2.x option for the CDN. We might just have to redeploy.

daffl commented 9 years ago

The links are pulled dynamically from the download builder (configurations option from http://bitbuilder.herokuapp.com/canjs). We might have to add a hidden flag to jQuery 2.x and update our JS accordingly.

daffl commented 9 years ago

jQuery 2.x configuration is now being hidden