Cannot find declaration to go to. For custom taglib that creates a dynamic folder for js.
So we use this taglib that makes our javascript includes dynamic so each release will auto generate a new path preventing browsers from caching the js files and causing weird problems for users that we can't easily solve.
So we keep the javascipt in a djs folder inside of WEB-INF but Intellij can't resolve the path to the file. Is there a way to tell it how to find these files?
请先登录再写评论。
See https://www.jetbrains.com/idea/help/web-contexts.html .