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