This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-29
Channels
- # bangalore-clj (2)
- # beginners (22)
- # boot (28)
- # cljs-dev (91)
- # cljsrn (4)
- # clojure (30)
- # clojure-austin (8)
- # clojure-conj (4)
- # clojure-japan (1)
- # clojure-russia (3)
- # clojure-spec (9)
- # clojure-uk (8)
- # clojurescript (42)
- # cursive (2)
- # editors (1)
- # hoplon (16)
- # klipse (91)
- # lein-figwheel (1)
- # luminus (9)
- # off-topic (4)
- # om (83)
- # onyx (29)
- # perun (6)
- # re-frame (17)
- # spacemacs (6)
- # untangled (1)
- # vim (5)
just pushed new version of perun perun-0.4.0-SNAPSHOT
to clojars. Includes bug fix for the canonical-url
We should switch to stuff like "-alpha13" or whatever, snapshots suck
@podviaznikov: about that canonical URL thing: base-URL is user specified so I guess it may end with a slash or not
Are both situations supported by using the relativize stuff?
SPEC says that base-url must end in "/"
yeah, base-url is enforced to end with “/“. There is validation in the code