clojure-austin

https://www.meetup.com/Austin-Clojure-Meetup/
2016-05-05T15:46:23.000049Z

Trying to follow along with yogthos’ Philly ETE talk here - https://www.youtube.com/watch?v=nItR5rwP4mY - and using luminus for the first time. ‘lein run’ simply hangs - any way to get it to tell me what it’s trying to do?

2016-05-05T15:48:22.000051Z

First time I ran it, it retrieved all dependencies and hung for a solid 10 minutes. Ctrl-C and re-run does nothing.

2016-05-05T15:52:51.000052Z

karbak: can post your commands and the output?

2016-05-05T15:53:12.000053Z

lein new luminus guestbook2 +sqlite +swagger +cljs

2016-05-05T15:53:14.000054Z

lein run

2016-05-05T15:54:00.000055Z

(even tried clearing out ~/.m2 and running a ‘lein upgrade’)

2016-05-05T15:57:27.000056Z

I suspect it has something to do with one of the flags - since a bare luminus application without the “+sqlite +swagger +cljs” starts up fine.

2016-05-05T16:05:53.000057Z

Ok - I’ll try that in just a minute. Just got called into something here at work

2016-05-05T16:10:06.000058Z

It’s the +cljs flag

2016-05-05T16:10:54.000059Z

Runs when I drop it.

2016-05-05T16:18:54.000060Z

ok- - I’m trying now

2016-05-05T16:19:29.000061Z

OK - sorry, norman - some bad combination of a stale luminus version specified in ~/.lein/profile.clj

2016-05-05T16:19:35.000062Z

From an earlier attempt.

2016-05-05T16:19:45.000063Z

Works once I blew away profile.clj

2016-05-05T16:19:56.000064Z

Cool

2016-05-05T16:19:59.000065Z

Thanks

2016-05-05T16:24:47.000066Z

Yeah - it started clean for me too