borschik-webp
v1.6.5
Published
Extendable builder for text-based file formats
Downloads
6
Keywords
Readme
#Borschik-webp
It's a fork of borschik with support of webp encoding
Форк борщика с опцией перекодирования изображений в webp
- Usage: Flag -w=yes (--webp=yes)
~/borschik/bin/borschik -i in.css -o out.css -w=yes
- Settings in .borschik:
"webp" : {
"quality": "90", //encoding quality
"lossless": false, //whether or not use lossless enconding
"exclude_paths": [".+jpg$"] //regexps defining paths to images which you are don't want to encode
}
borschik
#English borschik is an extendable builder for text-based file formats. It's main purpose is the assembly of static files for web projects (CSS, JS, etc.).
How borschik resolves technologies and How to extend borschik (write your own technology)
#Русский borschik — это расширяемый сборщик файлов текстовых форматов. Его основной задачей является сборка статических файлов веб-проектов (CSS, JS и т.д.).