Page 1 of 1

How to use primefaces Designer

Posted: 28 Oct 2020, 05:05
by jdcastrillon
Good morning, I need your kind help, I have dabbled in the PrimefacesDesigner theme, I have already downloaded the Theme Designer, downloaded a server called Jety, but I have not been able to start designing, in the documentation there is not step by step what to do and this has been very complicated for me, can someone in the forum kindly instruct me on how to start designing my theme?

Thank you very much in advance for your kind help.

Re: How to use primefaces Designer

Posted: 10 Dec 2020, 11:44
by mert.sincan
Hi,

Sorry for the delayed response! Firstly, you need to provide css files using SASS command;

Code: Select all

sass --update src/main/webapp/resources:src/main/webapp/resources --no-source-map
mvn jetty:run
to install SASS; https://sass-lang.com/install

Best Regards,