jepsar / primefaces-sass-theme

PrimeFaces Theming with SASS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:SCSS 99.7%Language:Batchfile 0.1%Language:Shell 0.1%