pmotschmann / Evolve

An incremental game about evolving a civilization
Mozilla Public License 2.0
824 stars 354 forks source link

Removes deprecated -x flag from less; adds csso tool for css minification #1000

Closed StoneCypher closed 9 months ago

StoneCypher commented 9 months ago

This patch removes the -x flag from lessc, because it's deprecated (see #999).

Unfortunately, the plugin they recommend has not been published in eight years, has security problems which are unlikely ever to be closed, and is long past its prime in feature support and performance.

This patch therefore instead adds csso, which is currently generally the best minifier, as well as putting it into the lessc script command.