Static assets loaded from resources
Currently we're hard-coding specific asset routes. This isn't really scalable, but we shouldn't need many of them, and it means we don't end up serving things off the classpath or filesystem which we didn't intend to serve.
Static assets loaded from resources Currently we're hard-coding specific asset routes. This isn't really scalable, but we shouldn't need many of them, and it means we don't end up serving things off the classpath or filesystem which we didn't intend to serve.
(component _)(GET-favicon-ico _)We got a basic favicon.ico for now, not all the fancy apple head tags
We got a basic favicon.ico for now, not all the fancy apple head tags
(GET-oak-js _)Sprinkles of JS in a single file
Sprinkles of JS in a single file
(GET-styles-css _)The ornament/global styles, either pre-rendered, or directly from ornament
The ornament/global styles, either pre-rendered, or directly from ornament
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |