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
If I run lein new cljs-start test, I have to kill the process manually because it never exits (but it seems to create the project successfully.)
Then if I run cd test; lein cljsbuild once, the resulting JS file is 1.5mb, despite optimizations being set to :advanced. I tried changing optimizations to :simple, and then it doesn't build anything at all (hangs after "Compiling ClojureScript.")
Any ideas of what might be wrong?
The text was updated successfully, but these errors were encountered:
I'm using Leiningen 2.5.1 on OSX.
If I run
lein new cljs-start test
, I have to kill the process manually because it never exits (but it seems to create the project successfully.)Then if I run
cd test; lein cljsbuild once
, the resulting JS file is 1.5mb, despite optimizations being set to :advanced. I tried changing optimizations to :simple, and then it doesn't build anything at all (hangs after "Compiling ClojureScript.")Any ideas of what might be wrong?
The text was updated successfully, but these errors were encountered: