Skip to content

hamosapience/borschik-webp

 
 

Repository files navigation

#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

Build Status NPM version Dependency Status

#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.).

Documentation

JS include notations

Freeze and resource inlining

How borschik resolves technologies and How to extend borschik (write your own technology)

Article at bem.info

#Русский borschik — это расширяемый сборщик файлов текстовых форматов. Его основной задачей является сборка статических файлов веб-проектов (CSS, JS и т.д.).

Документация

Статья про borschik на bem.info

About

Extendable builder for text-based file formats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.4%
  • CSS 4.6%