1

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

4

1 回答 1

1

您需要在文件观察器中相应地配置输出路径,以让 WebStorm 知道在哪里查找生成的 .map 文件。请问,你能提供你的文件观察器设置的截图吗?

于 2013-06-06T13:41:45.353 回答