perun 2019-07-26

@jysh has joined the channel

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

Hi, @jysh What do you mean by "one month ago"?

Have you tried the latest -SNAPSHOT?

I think it the latest SNAPSHOT is 0.4.3, not 0.4.2...