Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for external javascript libraries. #4

Open
saolsen opened this issue Oct 24, 2013 · 2 comments
Open

Adding support for external javascript libraries. #4

saolsen opened this issue Oct 24, 2013 · 2 comments

Comments

@saolsen
Copy link

saolsen commented Oct 24, 2013

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.

<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r53/three.min.js"></script>

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.

@DarrenN
Copy link
Contributor

DarrenN commented Oct 28, 2013

👍

@boccato
Copy link

boccato commented Feb 11, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants