On Wed, Jan 08, 2014 at 08:52:34PM +0000, gvim wrote: > In ~/.lein/profiles.clj I have: > > {:user {:plugins [[lein-ritz "0.7.0"] [lein-ancient "0.5.4"]] > :dependencies [[org.clojure/core.typed "0.2.21"] > [org.clojure/core.match "0.2.0"] > [co.paralleluniverse/pulsar "0.3.0"]]}} > > ... and I ~/.lein/projfiles.d/cljs.clj I have: > > {:plugins [[lein-cljsbuild "1.0.1"]] > :dependencies [[org.clojure/clojurescript "0.0-2138"] > [om "0.1.5"]]} > > After `line new cljs1` I added a profiles entry and now have: > > (defproject yes "0.1.0-SNAPSHOT" > :description "FIXME: write description" > :url "http://example.com/FIXME" > :license {:name "Eclipse Public License" > :url "http://www.eclipse.org/legal/epl-v10.html"} > :dependencies [[org.clojure/clojure "1.5.1"]] > :profiles {:clj {}}) > > ... but after `lein deps` the cljs profile still isn't loaded. > > Any suggestions? > > gvim >
Just a wild guess, but have you tried this patch? https://github.com/technomancy/leiningen/commit/3d50e8c9baedfcc54c4b21b2bb3fbbc676b9a713 -ken -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.