@alandipert kk, i might have some q's for you about that sometime soon...
hmmm
so if i put a page in a repo that's a lib
how do i stop it getting picked up as a page downstream?
@thedavidmeister i think we shouldn't put pages in libs
at least not the automatically-namespaced ones
hmmm
i've just been trying to ship basic elem libs
functions don't cut it?
so like, i make a page for github pages https://thedavidmeister.github.io/hoplon-elem-lib/
which is this https://github.com/thedavidmeister/hoplon-elem-lib/blob/master/src/pages/index.cljs
but then i pull in the elem lib as a dep, and that page pops up downstream 😕
oh, you can maybe sift
it out before jar
@thedavidmeister icymi ⬆️
yeha good idea, i'll try that out