Correct yui compressor options
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user