Thanks. Got it now.
gvim
On 15/01/2014 03:58, Phil Hagelberg wrote:
That's normal; you would need to run `lein with-profile cljs deps :tree`
to activate a profile. But if you have dependencies that are needed for
your project to compile, it's a very bad idea to omit them from
project.clj; the
gvim writes:
> ... but after `lein deps :tree` the cljs profile still isn't loaded.
That's normal; you would need to run `lein with-profile cljs deps :tree`
to activate a profile. But if you have dependencies that are needed for
your project to compile, it's a very bad idea to omit them from
pro
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/projfile
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 ar
On Wed, Jan 08, 2014 at 08:52:34PM +, 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"]
>[c
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/projfile