Crispin Wellington
Crispin Wellington
This is probably an issue in the underlying markdown-clj library. Ive noticed it also double layers indented list item markdown. ie. ``` - foo - bar - baz ``` renders...
``` Step 14/16 : RUN ldd /usr/local/bin/bootleg ---> Running in a6012cf1b3f4 /lib64/ld-linux-x86-64.so.2 (0x7fb423c72000) Error loading shared library libstdc++.so.6: No such file or directory (needed by /usr/local/bin/bootleg) libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7fb423c72000)...
https://github.com/yogthos/asset-minifier
@martinklepsch sorry bout the slow response. Been chasing butterflies. I know an `enlive/at` transform using nil as the transforming function deletes the node. But it looks like that does not...
Thanks for the question @jr0cket I certainly use bootleg for generating a multi-page static website: https://github.com/epiccastle/epiccastle.io I have built fairly large single page apps but they have always included a...
Hi. Presently I'm doing this: https://github.com/epiccastle/epiccastle.io/blob/master/Makefile#L30-L35 But I have experienced some of the same pain. I have thought about making a watch mode, or some kinf of dependency building, but...
I will definitely be adding pod support #60
> The idea is to have a config that gives us all the files we need to watch, and probably a dependency graph. That itself is quite a difficult problem....
I have a similar use case. nginx will not solve my problem. I have a very large http download. I don't want to have it stored all in memory before...
I'm not using this library, but have been implementing webpush. I got the same error which led me to this ticket. Everything worked for firefox, but chrome fcm push server...