reagent-project / reagent

A minimalistic ClojureScript interface to React.js

Home Page:http://reagent-project.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Production build for examples is broken

AndreasS2501 opened this issue · comments

https://github.com/reagent-project/reagent/tree/master/examples/simple
(same for todomvc etc..)

In the project.clj 's for the examples it seems the configuration for the "production build" as advertised by the README.md is not working:
lein figwheel => works
lein clean; lein with-profile prod compile
=> doesn't do anything?

Fixed in 9ecc6d2

Thank you