You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2020. It is now read-only.
Currently we use symbolic links to make sure both new/old names work on CDN, but it'll not work on the website as there is no record in public/packages.min.json.
To implement this feature, we need to add a function in cdnjs/cdnjs's build/packages.json.js to add record of libraries with symbolic links, and implement 302/301 redirect route in webServer.js app
Currently we use symbolic links to make sure both new/old names work on CDN, but it'll not work on the website as there is no record in
public/packages.min.json.To implement this feature, we need to add a function in cdnjs/cdnjs's
build/packages.json.jsto add record of libraries with symbolic links, and implement 302/301 redirect route inwebServer.jsappcc cdnjs/cdnjs#4627