orthecreedence / highlight-lisp

A Common Lisp syntax highlighter written in Javascript
77 stars 7 forks source link

Putting this on a CDN #7

Closed eudoxia0 closed 9 years ago

eudoxia0 commented 9 years ago

would be pretty useful, since more or less every Lisp-related site I build uses this, and I hate putting copies of libraries into source code.

cdnjs lets users submit libraries, though I'm not sure what the process is.

orthecreedence commented 9 years ago

This isn't too involved, from what I'm seeing. I'll whip up a package.json and submit a PR to cdnjs in the next few days.

orthecreedence commented 9 years ago

This is done, just waiting for the PR to come through: https://github.com/cdnjs/cdnjs/pull/4191

eudoxia0 commented 9 years ago

:+1:

joca-bt commented 9 years ago

You can use https://cdn.rawgit.com/.

priyadarshan commented 9 years ago

https://cdn.rawgit.com/orthecreedence/highlight-lisp/master/highlight-lisp.js

orthecreedence commented 9 years ago

Thanks for this. I honestly had a hell of a time trying to get this project on cdnjs and kind of just gave up after a while.