martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
403 stars 39 forks source link

Update versions #46

Closed pandeiro closed 8 years ago

pandeiro commented 8 years ago

In case you're interested @martinklepsch -- I've bumped the deps.

Good news is that reload and cljs-repl are working. One less good bit was that I had to specify :compiler-options {:asset-path "js/app.out"}, which would obviously not work if multiple builds were involved (they'd have different paths).

ioRekz commented 8 years ago

wow nice, I've struggle for so long on this one. I didn't realize it needed an extra key compiler options. I was just passing asset-path directly, then read that it was overriden by the .cljs.edn file ..

pandeiro commented 8 years ago

Got me too for a few minutes @ioRekz :)

martinklepsch commented 8 years ago

Maybe we should move :compiler-options {:asset-path "js/app.out"} into the respective .cljs.edn file, then it will also work with multiple builds.

Thanks :+1:

pandeiro commented 8 years ago

Ah good call, didn't realize that was possible.

martinklepsch commented 8 years ago

Merged in master and released as 0.3.5.