perun

Discuss perun static site generator
jayesh-bhoot 2019-07-26T15:30:10.000800Z

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.

jayesh-bhoot 2019-07-26T15:30:21.001200Z

everything was working fine a month ago.

jayesh-bhoot 2019-07-26T15:34:07.001900Z

(set-env!
  ; <https://github.com/boot-clj/boot/wiki/Boot-Environment#env-keys>
  ; 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]
           '[<http://site.post|site.post> :as post-view]
           '[pandeiro.boot-http :refer [serve]]))

jayesh-bhoot 2019-07-26T15:34:11.002100Z

for reference

allentiak 2019-07-26T17:49:54.003300Z

Hi, @jayesh-bhoot What do you mean by "one month ago"?

allentiak 2019-07-26T17:51:38.003700Z

Have you tried the latest -SNAPSHOT?

allentiak 2019-07-26T17:53:15.004300Z

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