Skip to content

jepsar/primefaces-sass-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 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

About

PrimeFaces Theming with SASS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 99.8%
  • Other 0.2%