Hi Leonardo,

I ran into something similar a while ago.  To get around it, I setup
:aot compilation.

    heroku config:add LEIN_BUILD_TASK="compile :all"

However, in order for config vars to work, I had to install the labs plugin
and enable user_env_compile.

    heroku plugins:install http://github.com/heroku/heroku-labs.git
    heroku labs:enable user_env_compile -a <app-name>

I am not sure if this info is up-to-date or if it applies to your
situation, but I thought I'd mention it.

Tim

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to