Closed Beyarz closed 5 years ago
Because vibe defines these: https://github.com/vibe-d/vibe.d/blob/f26dd28dfd487f5726f691b6ad254846ed910332/http/vibe/http/server.d#L352-L416
You need to pass that into the compiler:
import vibe.http.server
auto str = compileHTMLDietFile!(DefaultDietFilters)(parsedDoc);
Arguably, these should be in the diet-ng repository, as they are HTML related, and not http server related.
Arguably, these should be in the diet-ng repository, as they are HTML related, and not http server related.
Yes indeed
I'll close this issue for now
It seems like compileHTMLDietFile does not support :css & :javascript
Log