Feature complete java sass compiler.
- Read the official documentation.
- Check out the example webapp.
- Inspect the API documentation.
In October 2022, a critical vulnerability in the commons-text library became known (CVE-2022-42889). jsass uses the commons-text library, but not the affected StringSubstitutor class! Thus, jsass is not directly affected by this vulnerability. However, in Jsass version 5.10.5, the commons-text dependency has been updated to version 1.10.0.
gradle check
runs checkstyle, pmd, junit locally.
gradle buildNativeLibs
build the native libs, using our build docker container.
$ ./gradlew clean release
$ git checkout $(git describe --abbrev=0)
$ ./gradlew clean signMavenPublication publishAllPublicationsToMavenCentralRepository
Don't forget to release the artifact from staging repository!
MIT-License