Open
Description
Description
I am doing a lot of JavaScript debugging, and every time I edit my JS files, they get re-versioned, and Chrome dev tools loses track of the file. I then have to navigate through the directory structure to find the file again.
One helpful feature in this case would be to disable the version renaming while I'm working on my localhost.
I reviewed config options with php bin/console config:dump framework asset_mapper
but didn't find an existing way to do this. Is this possible right now somehow?
Example
No response