Page 1 of 1

Basic question.

Posted: 24 Apr 2018, 19:20
by Tim033
Something very basic, but I can not get it.
How can I compile the SCSS version of the files? I have introduced a new exception class and I would like to obtain the corresponding CSS.
Environment: XAMPP W2K12.

Thanks.! :oops:

Re: Basic question.

Posted: 25 Apr 2018, 15:10
by merve7
You can compile like;

Code: Select all

sass -w src/assets --sourcemap=none
Also, you can read http://primefaces.org/serenity-ng/#/documentation for compile and add your scss in project

Re: Basic question.

Posted: 26 Apr 2018, 07:51
by Tim033
Thanks.
The problem I had with the project directories. I was compiling the sources, but not the project ones. A beginner's mistake.

Re: Basic question.

Posted: 16 May 2018, 07:28
by mert.sincan
Glad to hear, thanks a lot for the update!