Re: [ClojureScript] CSS Modules with Clojurescript

2015-11-07 Thread Dhruv Bhatia
On Saturday, 7 November 2015 14:13:54 UTC-5, Stephen Gilardi wrote: > On Nov 7, 2015, at 10:21 AM, Dhruv Bhatia wrote: > > There were a few quirks with getting it all working, so If anyone is > interested, I can clean up the code and create a sample GitHub project. > > I’d appreciate seeing th

Re: [ClojureScript] Build error with Clojurescript 1.7.170

2015-11-07 Thread Torsten Uhlmann
Yes, that was it, thanks. That one somehow slipped through. Thanks, Torsten. Am Samstag, 7. November 2015 19:22:43 UTC+1 schrieb David Nolen: > You need to use lein-cljsbuild 1.1.1. > > > HTH, > David > > > On Sat, Nov 7, 2015 at 2:51 AM, Torsten Uhlmann wrote: > Hi, > > > > I did updat

Re: [ClojureScript] CSS Modules with Clojurescript

2015-11-07 Thread Stephen Gilardi
> On Nov 7, 2015, at 10:21 AM, Dhruv Bhatia wrote: > > There were a few quirks with getting it all working, so If anyone is > interested, I can clean up the code and create a sample GitHub project. I’d appreciate seeing that! —Steve -- Note that posts from new members are moderated - please

Re: [ClojureScript] Build error with Clojurescript 1.7.170

2015-11-07 Thread David Nolen
You need to use lein-cljsbuild 1.1.1. HTH, David On Sat, Nov 7, 2015 at 2:51 AM, Torsten Uhlmann wrote: > Hi, > > I did update my project from Clojurescript 1.7.145 to 1.7.170 (thats the > only change) and now a "lein cljsbuild once" throws the exception below. > > I guess there's something in

Re: [ClojureScript] Build error with Clojurescript 1.7.170

2015-11-07 Thread Peter Lubell-Doughtie
What version of lein-cljsbuild are you using? It works fine for me with 1.1.1-SNAPSHOT, I imagine it's fine with 1.1.1 too. On Nov 7, 2015 10:01 AM, "Torsten Uhlmann" wrote: > Hi, > > I did update my project from Clojurescript 1.7.145 to 1.7.170 (thats the > only change) and now a "lein cljsbuild

Re: [ClojureScript] Re: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-11-07 Thread Peter Lubell-Doughtie
Have you tried the 0.5-SNAPSHOT? On Nov 7, 2015 00:59, "Francis Avila" wrote: > I'm getting the following exception with figwheel builds (using 0.4.1): > > java.lang.AbstractMethodError: Method > clojurescript_build/core/CompilableSourcePaths._find_sources(Ljava/lang/Object;)Ljava/lang/Object; >

[ClojureScript] Build error with Clojurescript 1.7.170

2015-11-07 Thread Torsten Uhlmann
Hi, I did update my project from Clojurescript 1.7.145 to 1.7.170 (thats the only change) and now a "lein cljsbuild once" throws the exception below. I guess there's something in my project throwing it off, could you provide any insight what I should be searching for? The project was created f

[ClojureScript] Re: CSS Modules with Clojurescript

2015-11-07 Thread Dhruv Bhatia
On Friday, 6 November 2015 07:24:59 UTC-5, Dhruv Bhatia wrote: > Hi All, > > Curious to know whether anyone has successfully built a CLJS workflow for > using CSS Modules within Clojurescript: > > http://glenmaddern.com/articles/css-modules > > It looks like a really solid way to write maintai

[ClojureScript] Re: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-11-07 Thread Francis Avila
For future travelers. If you use figwheel 0.5.0-SNAPSHOT you will get this exception: clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: No such var: ana/forms-seq*, compiling:(figwheel_sidecar/utils.clj:49:21) figwheel 0.5.0-SNAPSHOT has a dependency on cljs 1.7.145 even tho

[ClojureScript] Re: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-11-07 Thread Maria Geller
Try using 0.5.0-SNAPSHOT for figwheel ;) On Saturday, November 7, 2015 at 9:59:24 PM UTC+13, Francis Avila wrote: > > I'm getting the following exception with figwheel builds (using 0.4.1): > > java.lang.AbstractMethodError: Method > clojurescript_build/core/CompilableSourcePaths._find_sources(L

[ClojureScript] Re: ANN: ClojureScript 1.7.170, Enhanced Build Pipeline

2015-11-07 Thread Francis Avila
I'm getting the following exception with figwheel builds (using 0.4.1): java.lang.AbstractMethodError: Method clojurescript_build/core/CompilableSourcePaths._find_sources(Ljava/lang/Object;)Ljava/lang/Object; is abstract at clojurescript_build.core.CompilableSourcePaths._find_sources (core.clj: