Closed mhuebert closed 7 years ago
Previous source command had dependency on cljs-live output structure. Must update to work with shadow-cljs.
source
(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.
(shadow.cljs.bootstrap.env/get-ns-info 'some.ns)
:source-name
Pushed to dev.
Previous
source
command had dependency on cljs-live output structure. Must update to work with shadow-cljs.