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 yes` I added a profiles entry to my project.clj file 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 :tree` the cljs profile still isn't loaded.
I was expecting the deps from ~/.lein/profiles.d/cljs.clj to be loaded
into the 'yes' project. How should this profile be specified in my
project.clj file?
gvim
On 14/01/2014 23:53, Phil Hagelberg wrote:
Can you be more specific about what you did and what you would expect to
happen in that case?
-Phil
--
--
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.
--
--
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.