Hello community,
I'm running into a problem after i played around with the minfy js files option in the admin panel. I enabled the minify js option in the backend, this however started to cause problems (404 file not found). So i decided to turn this option back off in the database.
However, when i try to re-deploy my static content with the command line tool (php magento setup:static-content:deploy), it only created minfied js files. I don't know where i can change this behaviour. Is there any way i can tell the setup:static-content:deploy command to deploy the normal js files instead of the minified files?
Thanks in advance!