How to specify resource library version in JSF2?

前端 未结 1 937
挽巷
挽巷 2021-01-12 15:46

Say I have a resources/ folder in the webroot. In it, I have a css/ folder and in it there is a theme.css file.

But I want to

相关标签:
1条回答
  • 2021-01-12 16:23

    If you suppose to have the css library, you should use this directories naming scheme:

    resources/css/1_1
    resources/css/1_2
    

    where resources in the jsf standard resource directory

    0 讨论(0)
提交回复
热议问题