Grails - prevent automatic creation of css and js directories in web-app
I prefer to use names alternate to "css" and "js" in my web-app directory structure. Whenever I build my project, these two directories are automatically created. Does anyone know how to prevent this? I am unsure if it's a Grails issue or Intellij Grails plugin issue.
请先登录再写评论。
Do you have this problem when build project without IDEA?