kevinburke / doony

UI Improvements for Jenkins
http://doony.org
Other
970 stars 116 forks source link

please provide a latest / stable URL link on CDN #56

Closed ssbarnea closed 10 years ago

ssbarnea commented 10 years ago

Currently the CDN has only a specific version, 1.1 and we would like to benefit from having a permalink, so new released will be deployed automatically.

https://cdnjs.cloudflare.com/ajax/libs/doony/1.1/css/doony.min.css

How about using "latest" or "stable"

:+1:

jimaek commented 10 years ago

jsDelivr supports this functionality https://github.com/jsdelivr/jsdelivr#version-aliasing

kevinburke commented 10 years ago

I just submitted a PR to add the latest version of doony to cdnjs: https://github.com/cdnjs/cdnjs/pull/2876

You have to specify the "latest" version in package.json so I am hoping I'll get an answer about whether you can just link to the "latest" version of a package.

I also added a script to make it super easy to commit changes to cdnjs: https://github.com/kevinburke/doony/blob/master/scripts/cdnjs.sh