mhuebert / maria

A ClojureScript coding environment for beginners.
https://maria.cloud
473 stars 34 forks source link

update `source` command to work with shadow-cljs output #157

Closed mhuebert closed 7 years ago

mhuebert commented 7 years ago

Previous source command had dependency on cljs-live output structure. Must update to work with shadow-cljs.

thheller commented 7 years ago

(shadow.cljs.bootstrap.env/get-ns-info 'some.ns) should contain a :source-name which should be used together the bootstrap path passed in earlier. I did not create a helper function for this yet.

mhuebert commented 7 years ago

Pushed to dev.

image