Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler optimization not working? #18

Open
mhuebert opened this issue Apr 16, 2015 · 0 comments
Open

Compiler optimization not working? #18

mhuebert opened this issue Apr 16, 2015 · 0 comments

Comments

@mhuebert
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant