gitzip icon indicating copy to clipboard operation
gitzip copied to clipboard

Add to CDNJS

Open ttodua opened this issue 6 years ago • 4 comments

Hi Author. Nice work. Please add your vote to host your project to CDNjs (your repository has enough stars to pass it), so we could use CDN-ed files, instead of downloading projectfile on your site. I've opened the request here - https://github.com/cdnjs/cdnjs/issues/13205

thanks

btw, also, please change urls in examples to this, instead of manually downloading files:

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js"></script>

ttodua avatar Jan 10 '19 18:01 ttodua

Thank you :-)

I will survey how to add to CDNjs and prepare for that, and also fix #19 in one week.

KinoLien avatar Jan 23 '19 09:01 KinoLien

According to section A.b on this, it says: For the new library request issue, please make sure it's not a personal project, we have a basic requirement for the popularity, like 200 stars on GitHub or 800 downloads/month on npm registry.

GitZip has not met the conditions, so I can't do it, at least for now.

KinoLien avatar Jan 28 '19 04:01 KinoLien

Ok, but I will anyway monitor the topic link i've mentioned in question, as I hope 190 stars is close to 200 starts and some chances are, if they respond to my topic opened there.

btw, in the meantime, i will use JSDelivr: https://cdn.jsdelivr.net/gh/KinoLien/gitzip/js/jszip.min.js

ttodua avatar Jan 28 '19 08:01 ttodua

200 stars on GitHub are definitely surpassed :)

NicoWeio avatar Jan 18 '20 15:01 NicoWeio