1.0.1 • Published 6 years ago

metalsmith-csso v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

metalsmith-csso

Build Status

CSSO, CSS Optimizer plugin for Metalsmith

New in 1.x

  • Updated to CSSO version 3.5.0
  • Updated to Metalsmith version 2.3.0
  • Changed testing framework to tape
  • Refactored tests to use temp directory for output to avoid flaky tests
  • Rudimentary support for source maps

Restructuring

To block CSSO from optimizing the structure of your CSS use the option restructure: false (default: true).

Source maps

Added rudimentary support for the CSSO option sourceMap: true (default: false) to generate corresponding source map files for each CSS file.

CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual minification techniques it can perform structural optimization of CSS files, resulting in smaller file size compared to other minifiers.

1.0.1

6 years ago

1.0.0

6 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

9 years ago

0.0.1

9 years ago