You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Looveh sorry, I missed this issue. The approach would be the same as any Clojurescript project - you can have a script which you execute in a clj REPL which invokes the cljs compiler (viable compiler params ought to be in project.clj, if you generated from a template), or you could use something like cider-jack-in-clojurescript. Depending on what you're doing, you may find yourself adding a dependency on the cljsbuild plugin.
Is there currently an easy way of having an nREPL running with the purpose of interactive programming?
The text was updated successfully, but these errors were encountered: