kovasb / session

repl into the clojurescript community
Eclipse Public License 1.0
459 stars 36 forks source link

Leiningen 2 support #1

Closed samaaron closed 11 years ago

samaaron commented 12 years ago

Currently, the instructions on the README will only work with Leiningen 1.x and not version 2 yet.

patbrown commented 12 years ago

All that's needed to run with lein 2 is to change :source-path "src/clj" to :source-paths ["src/clj"]

Then, it's go time. But when you bring up the actual page, everything evaluates to nil. EVERYTHING. Any ideas on why? Cool project and presentation though.

kovasb commented 11 years ago

I kept both versions, though I suspect now it will only work in lein 2 anyway.