qrohlf / trianglify

Algorithmically generated triangle art
http://qrohlf.com/trianglify/
GNU General Public License v3.0
10.08k stars 669 forks source link

[suggestion] Submission to cdnjs #5

Closed terrymun closed 10 years ago

terrymun commented 10 years ago

That's a really awesome plugin you have made there, thanks for all the effort and the spotless documentation.

I am wondering if you are interested in submitting it to cdnjs? That will make your script CDN-hosted and widely available to those who are unable to host the script themselves.

qrohlf commented 10 years ago

I do want to put this thing on a CDN soon, and I'm deciding between jsDelivr and cdnjs. What's most likely going to happen is that I'll put it on cdnjs when I finish with wrapping it up as a node package and putting it on npm. That way I can have it auto-update on cdnjs.

In the meantime, the recommended way of including it in projects is Bower (which I just added to the docs).

qrohlf commented 10 years ago

Just wanted to say that I haven't forgotten about this; I'm just low on time right now. If you wanted to make a PR yourself to add the latest version to cdnjs you should go for it and let me know - I'll do my best to keep it up to date in the future.

qrohlf commented 10 years ago

Looks like @johngerome took care of this! Thanks!

It should stay up to date via npm, so I'm going to close this issue.