From 0125f9cbee3a0417fe24f996461ba607606274a1 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 20 Apr 2019 23:21:42 +0300 Subject: [PATCH] yuicompressor plugin name --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index be15fcf..ab08a3c 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -108,7 +108,7 @@ PANDOC_MARKDOWN_EXTENSIONS = [ #YUICOMPRESSOR_EXECUTABLE = "yui-compressor" #YUICOMPRESSOR_EXTRA_OPTIONS = ["--disable-optimizations"] -#PLUGINS += ["yuicompressor"] +#PLUGINS += ["yuicompressor-opt"] DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search')