Skip to content

primefaces/primefaces-sass-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASS Logo

License: MIT

PrimeFaces Theming with SASS

PrimeFaces SASS Themes for JSF/Faces

Usage

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

Compile and copy CSS files to the PrimeFaces repository

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.

Unix

./build.sh

Windows

build.bat