diff --git a/pelicanconf.py b/pelicanconf.py index ab08a3c..1868cdb 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -106,8 +106,8 @@ PANDOC_MARKDOWN_EXTENSIONS = [ "+fenced_code_attributes" ] -#YUICOMPRESSOR_EXECUTABLE = "yui-compressor" -#YUICOMPRESSOR_EXTRA_OPTIONS = ["--disable-optimizations"] +YUICOMPRESSOR_EXECUTABLE = "yui-compressor" +YUICOMPRESSOR_EXTRA_OPTIONS = ["--nomunge"] #PLUGINS += ["yuicompressor-opt"] DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search')