Hi, all.

I am trying to install Noir following instructions 
on http://www.webnoir.org/.

With the latest lein I installed, `lein plugin install lein-noir 1.2.1` 
simply won't work.

So I add a line of requirement into `~/.lein/profiles.clj`:
   
     [lein-noir "1.2.1"]

Then I follow the Noir "Getting Started" example and type:
   
     lein noir new my-website

Now noir complains that "Couldn't find project.clj, which is needed for 
noir".

So, how do I write a project.clj? Is this a `lein` thing or `noir` thing?

-- 
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

Reply via email to