Fork me on GitHub
#duct
<
2019-11-29
>
branch1419:11:16

Is there away to add a prefix to routing (incl. assets)? I'm using ataraxy and aleph. The following works for the routes but has obviously no effect on assets.

:duct.router/ataraxy
{:routes {#duct/env ["MOUNT_PATH" Str :or ""]
          {[:get "/"] [:myapp.handler/root]
          ...
Is guess I looking for a way to overwrite :asset-path "/js" in https://github.com/duct-framework/module.cljs/blob/master/src/duct/module/cljs.clj#L29 Am I even on the right track?