Fork me on GitHub
#boot
<
2017-04-22
>
ag00:04:50

holy cow… @alandipert you might be right… at least I can start repl now

ag00:04:16

or… wait.. maybe not

ag00:04:21

no, yes, you’re right! guava it is

alandipert00:04:54

sweet :thumbsup:

mobileink16:04:29

hi folks, boot-new users (and @seancorfield), please take a look at some preliminary doc I’ve written on template development, at https://github.com/mobileink/boot-new/blob/doc/doc/template-development.adoc

mobileink16:04:13

That’s on the doc branch. I’ve also created a “multi” branch that contains preliminary support for multiple templates per project (e.g. support for -t foo.bar/baz): https://github.com/mobileink/boot-new/tree/multi Feedback welcome.

onetom17:04:37

@ag last time - about half a year ago - when i tried jetty 9, i couldn't make it work either. u need to modify the bootclasspath of java to make it work but i was just getting various errors and it was just a rabbit hole, so i gave up. instead i configured an nginx with http2 support as a proxy just to see wether it can speed up page loading on localhost but it was actually slower in the end.

Andy21:04:04

Based on a previous work (see LICENSE for details) I created a boot/hoplon reveal.js library https://github.com/happy-lisper/hoplon-revealjs and a sample app https://github.com/happy-lisper/hoplon-revealjs-sample .All works fine in a basic form. However I have a few questions (context in https://github.com/happy-lisper/hoplon-revealjs/blob/master/build.boot) 1) do lib and client code need to share the same hoplon version? (line 3) 2) Any subsequent version of hoplon/boot-hoplon "0.2.1" fails to build the library. (line 4 in the build.boot). Somehow it is related to missing ns in deps file. Is that I do something wrong or it is a bug in the l`boot-hoplon`?

Andy21:04:35

PS. The lib is not posted to clojars yet, a standard boot build installs that locally.