0

I'm working on a Spring Boot project. My project structure looks like this:

enter image description here

The .css files under 'css' directory are behaving like they're folders or packages. I tried to add the .map files manually but they are not recognized by Intellij. I want the .map files to be on the same level as the .css files in order to avoid issues like wrong paths etc. How can I fix this?

nick
  • 1,611
  • 4
  • 20
  • 35

1 Answers1

1

Please check "File Nesting" option: https://www.jetbrains.com/help/idea/file-nesting-dialog.html

y.bedrov
  • 5,318
  • 3
  • 22
  • 19