Correct yui compressor options

This commit is contained in:
Andrei Astafev 2019-04-21 13:26:02 +03:00
parent fd8f3bbc38
commit 8c9e7d3f4a

View File

@ -106,8 +106,8 @@ PANDOC_MARKDOWN_EXTENSIONS = [
"+fenced_code_attributes" "+fenced_code_attributes"
] ]
#YUICOMPRESSOR_EXECUTABLE = "yui-compressor" YUICOMPRESSOR_EXECUTABLE = "yui-compressor"
#YUICOMPRESSOR_EXTRA_OPTIONS = ["--disable-optimizations"] YUICOMPRESSOR_EXTRA_OPTIONS = ["--nomunge"]
#PLUGINS += ["yuicompressor-opt"] #PLUGINS += ["yuicompressor-opt"]
DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search') DIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search')