I am starting to learn JSF / PrimeFacess.
I play and try to find a better way to use sass instead of writing pure css for the project.
I looked at gulp and workflow automation features like compiling sass files to css
Now my question is - where is the best place to put sass files in the jsf / primeface project directory tree?
Mine, although this is to create a subfolder in srcwith the name sassand use gulp.js to look at the folder and compile all the changes in audacity Puth feeds them to the resources/cssfolder `Web / WEB-INF / CSS.
It makes sense?
source
share