Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

minifying css after (instead of) less #117

@bouks

Description

@bouks

I've tested some css condensers and minifiers.
This one is very good : https://github.com/rstacruz/css-condense

It minifies PLUS it condense rules via selectors and definitions :
https://github.com/rstacruz/css-condense#consolidation-via-selectors

I've tested with our css it's cool.
Build in two steps :

lessc css.less > css.css
cssc css.css > css-min.css

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions