Search code examples
webstorm

Webstorm file dependencies in project pane


How do you configure file dependencies in project pane? for example .js files automatically get added as a dependency of .coffeescript they're compiled from.

But source map files don't. How can I change that?

enter image description here

upd: here are the file watcher options:

enter image description here


Solution

  • you need to configure output paths in your file watcher accordingly to let WebStorm know where to look for your generated .map files. Please, can you provide a screenshot of your file watcher settings?