hail2u / node-csswring

A CSS minifier for PostCSS
156 stars 13 forks source link

Promote CSSWring in Brunch #7

Closed ai closed 10 years ago

ai commented 10 years ago

CSSWring is unique CSS minifier, because it generates source maps.

We should use it and promote CSSWring in assets builder with source map support.

For example, Brunch writes, that it 100% support source map. But it’s CSS minifier doesn’t generates source maps.

You should write Brunch plugin and ask Brunch’s team to use CSSWring by default if they speak about source map support. It will brings you a lot of new users :).

ai commented 10 years ago

@hail2u I can try to help you with this promotion on current weekends after Autoprefixer’s tasks.

hail2u commented 10 years ago

I didn't use Brunch, but was very impressed with its ecosystem recently. For now, I start writing csswring-brunch. Not tested, nor published yet. I will contact Brunch team when it is ready to publish.

ai commented 10 years ago

Nice :). BTW, Mincer already moved to you minifier, because unique source map support?