mrocklin / ball

Working notes for Fantasy Baseball
0 stars 1 forks source link

Clojure source refers to resources/Master.csv #13

Closed eigenhombre closed 11 years ago

eigenhombre commented 11 years ago

... this is what's causing lein uberjar to fail.

(def facts (->> filenames ...)) causes filenames to be evaluated and opened.

If you make the def a function instead, and call the function instead of dereferencing the var, we'll be all set.

eigenhombre commented 11 years ago

about to PR a fix...

eigenhombre commented 11 years ago

lein überjar works... fixing midje now...