lein-cljsbuild icon indicating copy to clipboard operation
lein-cljsbuild copied to clipboard

Recompiling compiled app with different optimization type

Open konrad-ch opened this issue 5 years ago • 0 comments

I have an rather odd problem - I compiled my project with only whitespace optimizations, next I do some changes on the result "app.js" file (please don't ask me why... it's just required in my project). And now I want to recompile modified "app.js" file with advanced optimizations. Is it can be done using lein-cljbuild? Maybe some command line hack? I would be very grateful for any kind of help....

konrad-ch avatar Aug 22 '19 20:08 konrad-ch