Fork me on GitHub
#clojure-uk
<
2019-04-25
>
guy07:04:03

morning!

practicalli-johnny09:04:51

Any tips on deploying ClojureScript (no backend) projects on GitHub pages? I have been doing it the basic way of just creating a separate repo and copying over just the required files. A better approach seems to be using an ophaned branch, e.g. gh-pages so everything is in one repository but nicely separated, scripting the copying of the files. Using git submodules seems a little overkill with no obvious benefit. I haven't found any Leiningen plugins to do this yet. I haven't really learnt much about Boot, but that might be a good approach. Anything I have missed in this consideration? Thanks.