clean-css / clean-css-cli

The command line interface to clean-css CSS optimizer
MIT License
305 stars 17 forks source link

Switch to async fs methods #60

Closed XhmikosR closed 2 years ago

XhmikosR commented 3 years ago

Since Node.js is single-threaded, switching to async fs methods should make everything as fast as possible. The only exception AFAICT is fs.existsSync. While at it, it would definitely be worth switching to glob (async).

jakubpawlowicz commented 2 years ago

Closing as 'won't fix' as clean-css-cli is going into maintenance mode. If anyone wants to bring it back up, please submit a PR.