You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
I follow the standard process to add the plugin successfully to a brand new project.
But when I start the project, error message appear:
......
ERROR resource.ResourceMeta - Resource not found: /images/flags/pt.png
ERROR resource.ResourceMeta - Resource not found: /images/flags/ru.png
ERROR resource.ResourceMeta - Resource not found: /images/flags/sv.png
And I can't find any "flags" directory in my project's \web-app\images
[Update]
It's my fault...
I am using GGTS's "Run as > Run on server" to run my Grails project and it seems not combine plugin content in packaged war. So images are lost.
When I changed to use "run-app" to run my project, the images were shown correctly. But....glyphicons are not! Still figure out the problem.