forked from varia/varia.website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
426 B
20 lines
426 B
7 years ago
|
# YUI Compressor Plugin
|
||
|
|
||
|
A pelican plugin which minify through yui compressor CSS/JS file on building step.
|
||
|
|
||
|
# Installation
|
||
|
|
||
|
In order to work, JRE should be already installed.
|
||
|
Please add `pip install yuicompressor`
|
||
|
|
||
|
More info : (https://github.com/yui/yuicompressor)
|
||
|
|
||
|
# Instructions
|
||
|
|
||
|
Add `yuicompressor` to `pelicanconf.py` after install :
|
||
|
`PLUGINS = ['yuicompressor']`
|
||
|
|
||
|
# Licence
|
||
|
|
||
|
GNU AFFERO GENERAL PUBLIC LICENSE Version 3
|