JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
887 stars 104 forks source link

Use paths relative to worksheet.html #228

Closed deas closed 9 years ago

deas commented 9 years ago

Its just a few lines allowing gorilla repl to be mounted in any webapp. This change eliminates the need to maintain changed copies of the worksheet and two js files in the embedding app.

I got the while thing working now (see #227 ), and I have some more small tweaks to come soon.

JonyEpsilon commented 9 years ago

This looks good, although something funny has happened to the PR and there are bunch of doubled up commits. Do you want to rebase against the develop branch and update the PR?

deas commented 9 years ago

Done, should be clean now. Sorry for the inconvenience.

JonyEpsilon commented 9 years ago

Thanks for this :-)