perun

Discuss perun static site generator
podviaznikov 2017-04-14T03:10:31.243694Z

@acuervo thank you for kind words:)

podviaznikov 2017-04-14T03:12:17.252126Z

Hey guys, I’m back from vacation. That is the reason I was silent for couple of weeks. I’m trying to deploy <http://perun.io|perun.io> and have problem running boot build locally. I’m getting error:

➜  <http://perun.io|perun.io> git:(master) boot build
                                                  Boot.main                    Boot.java: 258
                                                        ...
                                              boot.App.main                     App.java: 491
                                           boot.App.runBoot                     App.java: 399
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke  ClojureRuntimeShimImpl.java: 150
org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke  ClojureRuntimeShimImpl.java: 159
                                                        ...
                                            boot.main/-main                     main.clj: 206
                                         boot.main/-main/fn                     main.clj: 206
                                                        ...
java.lang.RuntimeException: Unable to resolve symbol: content-pre-wrap in this context
clojure.lang.ExceptionInfo: Unable to resolve symbol: content-pre-wrap in this context
    file: "/var/folders/7d/9c32qg7x2_z9slnznbhq2dg80000gn/T/boot.user7348703248685880978.clj"
    line: 17
Any idea why that might be? Does anyone have the same problem?

martinklepsch 2017-04-14T05:44:06.918889Z

@podviaznikov don’t know for sure but I’d think there’s some versioning mismatch. I think content-pre-wrap has been renamed to content-task

bhagany 2017-04-14T16:04:59.438673Z

^ that is true