PrimeFaces SASS Themes for JSF/Faces
To compile the CSS once:
mvn dart-sass:compile-sass
To watch the SASS files for changes and re-compile:
mvn dart-sass:watch-sass
Usually you want to update the CSS files in the PrimeFaces repository, located in the
primefaces/src/main/resources/META-INF/resources
folder. To do so you can use the following scripts.
These scripts asume that the PrimeFaces repository is located next to this repository, so at ../primefaces
.
They will compile the CSS files and copy the resulting CSS files to the correct resources folders.
./build.sh
build.bat