Hi Timothy, I should have mentioned I'm using lein2. Heroku performs AOT compilation for you by default when that's the case.
Cheers, Leonardo Borges www.leonardoborges.com On Thu, Feb 14, 2013 at 1:30 PM, Timothy Licata <[email protected]> wrote: > 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 [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
