@anmonteiro great job on the server side rendering for om.next!
also, why does om have both project.clj
and build.boot
?
@currentoor thanks, most of the work was already done in https://github.com/ladderlife/cellophane
just needed to merge that in
hrm, because I find Boot makes me most productive and I asked David to include a build.boot
file for would-be Om hackers that prefer Boot 🙂
oh i see
cool!
FYI: I've just pushed a CSS recipe to the untangled cookbook that shows how to co-locate CSS is a nice composable way in Untangled. Some of the helper functions will likely be moved into untangled client once I decide how much more polish they need. These techniques would work fine with stock Om Next as well. https://github.com/untangled-web/untangled-cookbook/tree/develop/recipes/css-idea
NOTE: develop branch, not master yet