cemerick / austin

The ClojureScript browser-REPL rebuilt stronger, faster, easier.
510 stars 31 forks source link

New repl-env options: inject-html and inject-scripts #63

Open danskarda opened 10 years ago

danskarda commented 10 years ago

Default austin repl page did not support custom scripts and html. The patch adds two new options, so you can write:

(austin-exec :inject-html "Hello, world!"
             :inject-scripts ["resources/js/my-favourite-lib/src/foobar.js"])

Thank you for writing Austin! I am happy that ClojureScript toolchain gets better and better every day.