Fork me on GitHub
#perun
<
2016-11-01
>
Matthew Davidson (kingmob)23:11:52

Anyone know the feasibility of rendering directly to the root of the repo (for GitHub Pages)? It seems like it should be possible, but I’m having difficulty with it

Matthew Davidson (kingmob)23:11:17

I can set the target task to “target -C -d .” to get it to output to the root

Matthew Davidson (kingmob)23:11:18

But I’m not sure about removing the “public” dir. If I try render -o “/” or render -o “”, I just get errors

Matthew Davidson (kingmob)23:11:56

Also tried (target :no-clean true :dir #{”.”}) and (target :no-clean true :dir #{""}) build.boot, but neither of those worked, either, it just created a public directory again