urish / angular-spinner

Angular directive to show an animated spinner (using spin.js)
MIT License
693 stars 146 forks source link

Add v1.0.1 to CDNJS #113

Open Davy-F opened 6 years ago

Davy-F commented 6 years ago

https://cdnjs.com/libraries/angular-spinner is out of date. Could you import v1.0.1 please?

ghost commented 6 years ago

Hi @Davy-F , Thanks for reporting.

I'd "really" recommend using npm package, since most of the UI libraries is starting to drop support for bower,cdn, etc.. but if you're interested you can use:

https://bowercdn.net/c/angular-spinner-1.0.1/dist/angular-spinner.min.js

I don't know if @urish still updating the CDNJS, If you do Uri I'd like to request permissions to update to the last version

urish commented 6 years ago

Basically, it is just a matter of sending a PR to their github repo and updating the relevant package.json file, as explained here

ghost commented 6 years ago

I'll take care of the issue then @Davy-F Thanks @urish :tada:

ghost commented 6 years ago

@urish When I tried to fetch the github repo my pc freeze from the huge amount of data and I were forced to stop the process. Is there any way to fetch specific folders (Like angular-spinner folder) in Git?

Thanks

urish commented 6 years ago

Check this out: https://stackoverflow.com/questions/38157088/sparse-checkout-and-shallow-clone

ghost commented 6 years ago

I will.. Thanks