cdnjs / tools

🛠 Tools for maintaining cdnjs - The #1 free and open source CDN built to make life easier for developers.
MIT License
23 stars 18 forks source link

refactor: restrcture process-version #255

Open xtuc opened 2 years ago

xtuc commented 2 years ago

Split processing into multiple phases. See comments in main().

This change includes a fix, we make sure not to generate a .min.js file if it already exists in the published package. Removing a possible race for generating the SRI hash.