ldnclj

Find us on #clojure-uk
2016-01-20T08:37:50.001213Z

@agile_geek: I have used DevCards too. I have a repo of example devcards with server-side things that I was using during the January Hack the Tower: https://github.com/davidjameshumphreys/clojure-word-finder

1👍
agile_geek 2016-01-20T08:46:11.001215Z

@davidhumphreys: @meow: Thanks but as I've got limited time I've ditched the whole idea. I'm sure it works when you start from scratch but I followed the 'Existing project' bit here http://rigsomelight.com/devcards/#!/devdemos.core and got nowhere and I really don't have time to try and firefight it. Maybe another time.

2016-01-20T08:50:34.001216Z

regarding connecting to the CLJS REPL, I stole some Emacs config from @oliy , https://github.com/oliyh/spa-skeleton#clojure-and-clojurescript-side-by-side . C-c M-J (capital J) and then both REPLs start up for you.

1👍
agile_geek 2016-01-20T08:54:14.001218Z

Yeah I use C-C M-J all the time. I start my app (using Stuart Sierra Components reload workflow) in clj repl and start figwheel in cljs repl. Works well once you have project.clj set up correctly but again it took me hours and help from @benedek to get this right.

2016-01-20T09:13:57.001219Z

@agile_geek in my figwheel setup I just build the dev version of my js, and it goes to public/cljs/main.js. the uberjar profile contains the prod version which goes to the same place, so I only build the one I need. See the spa-skeleton project @davidhumphreys mentioned above

thomas 2016-01-20T09:58:15.001220Z

Morning folks

mccraigmccraig 2016-01-20T11:04:26.001221Z

@agile_geek: i got going a while back with https://github.com/martinklepsch/tenzing ... boot rather than lein, but did just work out of the box

agile_geek 2016-01-20T11:06:30.001223Z

@mccraigmccraig: I'm sorted apart from DevCards. As usual templates are great but pretty much useless when incorporating tools into existing projects.

mccraigmccraig 2016-01-20T11:08:24.001224Z

ah, yeah, an eternal problem