0

Using Filewatchers it's possible to show a generated file under it's respective source file:

enter image description here
The problem I am having is that only the generated .jsfile is 'watched' and grouped whilst the .map file still shows up separately. Is there a way to set it up so that both files are shown under their respective source file?

David Mulder
  • 26,123
  • 9
  • 51
  • 114

1 Answers1

1

You need to modify your file watcher settings accordingly. Please make sure to set 'Output paths to refresh' to '$FileNameWithoutExtension$.js:$FileNameWithoutExtension$.map'

lena
  • 90,154
  • 11
  • 145
  • 150