juxt / jig

Jig is an application harness providing a beautifully interactive development experience for Clojure projects.
229 stars 19 forks source link

Disabling Jig console #14

Closed michaelklishin closed 10 years ago

michaelklishin commented 10 years ago

Jig console seems to be starting an HTTP server. When compilation fails badly, the server is not stopped by (reset), which means (go) eventually fails with a socket exception.

I don't use Jig console, can I somehow disable it completely (to speed up compilation time, too)?

malcolmsparks commented 10 years ago

Yes, you can remove it from (config) function in user.clj. Just comment it out.