Using Filewatchers it's possible to show a generated file under it's respective source file:
The problem I am having is that only the generated .js
file 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?