This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-26
Channels
- # aleph (9)
- # announcements (10)
- # aws (1)
- # beginners (65)
- # calva (9)
- # cider (11)
- # clj-kondo (1)
- # cljdoc (61)
- # cljsrn (6)
- # clojars (2)
- # clojure (40)
- # clojure-austin (1)
- # clojure-belgium (1)
- # clojure-europe (4)
- # clojure-finland (1)
- # clojure-france (1)
- # clojure-italy (57)
- # clojure-nl (6)
- # clojure-spec (134)
- # clojure-uk (67)
- # clojuredesign-podcast (2)
- # clojurescript (40)
- # cursive (25)
- # datascript (1)
- # datomic (8)
- # events (1)
- # figwheel-main (18)
- # fulcro (36)
- # immutant (5)
- # jobs (5)
- # joker (3)
- # kaocha (41)
- # leiningen (4)
- # luminus (4)
- # off-topic (13)
- # onyx (8)
- # pedestal (2)
- # perun (7)
- # planck (2)
- # protorepl (9)
- # re-frame (3)
- # reagent (73)
- # reitit (5)
- # shadow-cljs (186)
- # sql (4)
- # vim (1)
- # yada (2)
Hi! Can anyone help me with this error? java.io.FileNotFoundException: Could not locate io/perun__init.class or io/perun.clj on classpath. clojure.lang.ExceptionInfo: Could not locate io/perun__init.class or io/perun.clj on classpath.
everything was working fine a month ago.
(set-env!
;
; for files which are to be emitted as final artifacts,
; use either :resource-paths or :asset-paths, depending on usage given in the docs.
:source-paths #{"src" "content"}
:dependencies '[[perun "0.4.2-SNAPSHOT"]
[hiccup "1.0.5" exclusions [org.clojure/clojure]]
[pandeiro/boot-http "0.8.3" :exclusions [org.clojure/clojure]]]
(require '[clojure.string :as str]
'[io.perun :as perun]
'[site.index :as index-view]
'[ :as post-view]
'[pandeiro.boot-http :refer [serve]]))
for reference