cljsfiddle icon indicating copy to clipboard operation
cljsfiddle copied to clipboard

Adding support for external javascript libraries.

Open saolsen opened this issue 12 years ago • 2 comments

I was trying to add three.js so I could play with it from cljsfiddle. I tried adding it as a script tag in the html.

But got a 404 from

http://cljsfiddle.net/http//cdnjs.cloudflare.com/ajax/libs/three.js/r53/three.min.js

Supporting adding external js libraries, either arbitrarily like I was trying to or a select set of them you can pick from like jsfiddle does it would be nice.

saolsen avatar Oct 24 '13 20:10 saolsen

:thumbsup:

DarrenN avatar Oct 28 '13 13:10 DarrenN

It worked for me. http://cljsfiddle.net/fiddle/boccato.tst07

boccato avatar Feb 11 '14 23:02 boccato