From 2208e64231c0be5fd92ba5b32eb5392b6601c59e Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 19 Apr 2019 21:42:52 +0300 Subject: [PATCH] Disable yuicompressor --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 43fec96..3da0675 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -80,8 +80,8 @@ PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"] PLUGINS = [i18n(), "md-metayaml", "render_math", "series", "subcategory", "tag_cloud", "tipue_search", "pelican-css"] #PLUGINS = ["better_tables", "just_table"] -YUICOMPRESSOR_EXECUTABLE = "yui-compressor" -PLUGINS += ["yuicompressor"] +#YUICOMPRESSOR_EXECUTABLE = "yui-compressor" +#PLUGINS += ["yuicompressor"] DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search')