Skip to content

Commit

Permalink
remove :main dirac.agent-cli from project.clj
Browse files Browse the repository at this point in the history
This was causing large jar size because all code and deps were AOTed inside.
Also this caused cryptic errors when included into environment with Clojure 1.7.0.
  • Loading branch information
darwin committed Jan 28, 2016
1 parent eb6d481 commit d86e85d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@

; :jvm-opts ["-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"]

:main dirac.agent-cli
:aot [dirac.agent-cli]

:figwheel
{:server-port 7100
:server-logfile ".figwheel_server.log"
Expand Down

0 comments on commit d86e85d

Please sign in to comment.