BlessCSS / bless

CSS Post-Processor
blesscss.com
MIT License
282 stars 60 forks source link

Remove colors.js and replace it with chalk. #106

Closed AaronAsAChimp closed 8 years ago

AaronAsAChimp commented 8 years ago

This should improve the performance issues reported in Issue #98.

The results of using time bin/blessc chunk ./test/input --out-dir test/output

Before:

real 0m39.666s user 0m39.014s sys 0m0.171s

After:

real 0m14.288s user 0m8.230s sys 0m0.119s

mtscout6 commented 8 years ago

Nice! 👍