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