Re: newbie trying to mod a clojure based game

2017-01-29 Thread James Reeves
If you have Leiningen installed, then run: lein cljsbuild once The compiled Javascript will be in target/app.js Admittedly this isn't very obvious to beginners unless you happen to guess what the cljsbuild plugin does. - James On 29 January 2017 at 23:45, James Thorne wrote: > I'm trying

newbie trying to mod a clojure based game

2017-01-29 Thread James Thorne
I'm trying to mod a game called epitaph from github https://github.com/mkremins/epitaph The cljs files inside the src are easy enough to understand and I foolishly thought modding those were all that was needed. I signed up to github, forked and modded, found out this task was not so simple, ab