bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 92 forks source link

Update Less compiler version #309

Open yevhensayenko opened 2 years ago

yevhensayenko commented 2 years ago

Seems, currently less-asset-pipeline uses Less compiler of version 2.5.0 which is 7 years old. A lot of new css features are not supported there. Is there any change that it will be updated to some newer version? At least for 'standard' compiler (assuming less4j is dead).

azavisha-snap commented 1 year ago

Hi @davydotcom. This is a critical update because Asset Pipeline is used in many Grails applications and this old Less4j dependency breaks other dependencies (e.g. due to gson version conflicts) and has a bunch of vulnerabilities.