Hacker News new | ask | show | jobs
by goldfeld 4276 days ago
This is great! Would ClojureScript (or other languages compiling down) do?
1 comments

Thanks! ClojureScript (or Coffeescript, or anything other than JS) will not work "right off the bat", but you could compile to JavaScript on your end, then upload that compiled hero.js file to your github repository, and then THAT should work.

Hope that helps.