Re: a project template containing clj, cljs cljc files

2016-03-08 Thread Zach Oakes
For those looking for such a template for Boot, check out my example project: https://github.com/oakes/full-stack-boot-example On Sunday, March 6, 2016 at 12:25:41 AM UTC-5, Sunil Nandihalli wrote: > > Hi everybody, > I am trying to port an old project which uses cljx plugin and reagent to > u

Re: a project template containing clj, cljs cljc files

2016-03-06 Thread Sunil S Nandihalli
Thanks Colin, Torsten and Robert. After looking around a little more I did realise that cljc files can just be added without a place for the generated like in cljx. I did actually endup checking out reagent template. I think I now have a reasonable idea and I am making progress. Thanks everybody fo

Re: a project template containing clj, cljs cljc files

2016-03-06 Thread Colin Yates
Not sure about now (as it has been a while since I used it but yes, I always find `lein ancient` a good first step :-). On 6 March 2016 at 09:32, Robert Levy wrote: > Reagent-template may have improved recently, but the last time I checked, > about 5-6 months ago, I found it to be seriously misle

Re: a project template containing clj, cljs cljc files

2016-03-06 Thread Colin Yates
Quite right - they don't need to live under their own directory. Other than for libraries however, I do find the /clj, /cljc, /cljs structure quite pleasing and clean. On 6 March 2016 at 09:17, Torsten Uhlmann wrote: > Hi, > > I'm using a Chestnut based template in my project and it was quiet eas

Re: a project template containing clj, cljs cljc files

2016-03-06 Thread Robert Levy
Reagent-template may have improved recently, but the last time I checked, about 5-6 months ago, I found it to be seriously misleading and outdated in a number of ways in its opinions on the state of the art for clojurescript tooling. The template I found to be the best was the figwheel template.

Re: a project template containing clj, cljs cljc files

2016-03-06 Thread Torsten Uhlmann
Hi, I'm using a Chestnut based template in my project and it was quiet easy to add cljc support. I never used cljx bevor so I didn't know how hard or easy it would be. I read that cljc files do not have to live in their own source path but can hang around the other files. For my setup I choose to

Re: a project template containing clj, cljs cljc files

2016-03-06 Thread Colin Yates
Hi Sunil, I always use https://github.com/reagent-project/reagent-template. Not sure it creates cljc out of the box but all you need to do is create a new directory for your .cljc files and add that to the project source-path. On 6 March 2016 at 05:25, Sunil S Nandihalli wrote: > Hi everybody, >

a project template containing clj, cljs cljc files

2016-03-05 Thread Sunil S Nandihalli
Hi everybody, I am trying to port an old project which uses cljx plugin and reagent to use cljc and reader-conditionals. I was wondering if somebody can share a simple template which has clj, cljs and cljc files in it? Thanks and regards, Sunil. -- You received this message because you are subs