Yeah, I considered that, but then decided that the crossover path was similar to the "classes" dir, which is not a dotfile. Really in the end I just made an arbitrary decision. :)
Fortunately, Leiningen 2 has a :target-path setting, which sets the path for all output files (classes, etc). Once Leiningen is officially released, I'm going to revisit a few things about lein- cljsbuild to make it more idiomatic, which will include using the :target-path for things like the crossover path. On Feb 25, 1:29 pm, Moritz Ulrich <[email protected]> wrote: > Nice update! Especially because the crossover files don't pollute my > cljs-sources anymore :) > > One suggestion: Wouldn't it be nicer if the default value for > :crossover-path would be a hidden (dot-) directory? > > > > > > > > > > On Sat, Feb 25, 2012 at 10:06, Evan Mezeske <[email protected]> wrote: > > Hey, > > > I just released a major update to the lein-cljsbuild plugin for > > Leiningen (version 0.1.0). On top of a bunch of bug fixes and minor > > improvements, there are a couple new features: > > > * Support for running ClojureScript tests, with an example using > > PhantomJS. > > > * Support for running ClojureScript REPLs, with examples using Firefox > > and PhantomJS. > > > * Early support for Leiningen Version 2. (Unstable) > > > If you're already using lein-cljsbuild, you'll want to review the > > documentation for migrating to the new version. Hopefully it should > > be pretty painless: > > >https://github.com/emezeske/lein-cljsbuild/blob/master/doc/MIGRATING-... > > > Thanks, > > -Evan > > >https://github.com/emezeske/lein-cljsbuild > >http://clojars.org/lein-cljsbuild > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en > > -- > Moritz Ulrich -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
