borschik-webp

1.6.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i borschik-webp

Weekly Downloads

1

Version

1.6.5

License

MIT

Unpacked Size

73.2 kB

Total Files

19

Last publish

Collaborators

  • 4eb0da
  • hamo_sapience
  • insane-developer