From ff66bf15f18d102a83ac0eec3e81c5992765707e Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 9 May 2022 00:20:28 +0200 Subject: [PATCH] pretify --- Makefile | 2 +- c3woc.lektorproject | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0a365b5..e485cf4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LEKTOR_SERVER_FLAGS=-h 127.0.0.1 # minify javascript assets, compile scss assets -LEKTOR_PLUGIN_FLAGS=-f scss +LEKTOR_PLUGIN_FLAGS=-f scss -f pretifyhtml LEKTOR_DEPLOY_FLAGS= all: build diff --git a/c3woc.lektorproject b/c3woc.lektorproject index 752a419..269842e 100644 --- a/c3woc.lektorproject +++ b/c3woc.lektorproject @@ -29,3 +29,4 @@ url_prefix = /en/ lektor-scss = 1.4.1 lektor-image-resize = 1.0.0 lektor-image-filter = 3.0 +lektor-html-pretify = 1.0.6