Is it possible to change the /resources folder name which is used by h:outputStylesheet and h:outputScript
Is it necessary to give the folder name "resources" when making the reference of a css file and js file in h:outputStylesheet and h:outputScript ? Cause when I am giving the folder name "assets" instead of "resources" these files are not loaded. This is how I am using these tags: <h:head> <h:outputStylesheet name="css/styles.css"/> <h:outputScript name="js/site.js"/> </h:head> And here is my project structure: In the screenshot you can see the folder name is resources. And then it is working. How can I specify a different name? The folder name is fixed as per chapters 2.6.1.1 and 2.6.1.2 of