bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

How to create production build? #743

Open dchacke opened 4 years ago

dchacke commented 4 years ago

How do I create a single file, non hot-reloading production build?

mengu commented 4 years ago

what does your project.clj look like @dchacke? production builds are exactly the way you describe.