asset-pipe / asset-pipe-css-writer

A module that takes any number of css file entry points and packages them together with meta data before providing them as a readable stream.
Other
0 stars 0 forks source link

Add cssnano support (DON'T MERGE) #42

Closed stipsan closed 5 years ago

stipsan commented 5 years ago

While working on this I realised that css-reader is the appropriate place to implement this logic, as that's where we do minifying of JS today.

It's much easier to bump podium-asset-server than to bump every single layout and podlet to ensure CSS is minified 😄

This PR serves as a reference until a PR is ready on the css-reader repo.

stipsan commented 5 years ago

Superseded by https://github.com/asset-pipe/asset-pipe-css-reader/pull/35