Make non-minified js not accessible
Hello!
Is it somehow possible to make them not accessible in production environments? What's the best solution?
- Delete the non-minified version of the js scripts?
- Add a rule at dispatcher level that blocks js files requests not containing "min" in the URL?
Thank you!