Fork me on GitHub
#luminus
<
2016-11-29
>
dviramontes05:11:11

@ricardo thanks! i'll try a fresh luminus template and see what happens

ricardo07:11:51

@dviramontes Should be easy enough to test locally with your own project. Just build an uberjar and run that.

dviramontes07:11:45

this particular set of flags seem to not work together for some reason: lein new luminus myapp +postgres +swagger +service +http-kit

ricardo07:11:48

Elaborate on what you mean by “not work”. Are you having trouble generating the project, or does the project generated from those flags does not build/run.

dviramontes07:11:02

its able to create the jar; its able to do everything locally lein run etc etc but if i run lein new luminus myapp +postgres +swagger +service +http-kit && cd myapp && git init && git commit -am 'init' && heroku login && heroku create && git push heroku master its able to build everything correctly but towards the end it throws:

java.lang.Exception: conman could not find the query file:sql/queries.sql, compiling:(core.clj:22:1)
remote: Exception in thread "main" java.lang.Exception: conman could not find the query file:sql/queries.sql, compiling:(core.clj:22:1)

dviramontes07:11:30

could it be that the particular set of flags contradict each other in some way ?

ricardo07:11:16

Looks like @yogthos is aware of it. I’d update it with what you just posted here.

dviramontes07:11:03

for the moment i got around it by removing the +postgres profile flag