Magento 2.3.3 - JS not getting minified
Project in prodcution mode and js minified activate.
CSS minified working properly but not JS.
https://snipboard.io/RZwqmC.jpg
Thanks
-
Can you explain what you have done to minify it and what makes you think it isn't being minified please?Ben Crook– Ben Crook2020年04月02日 15:42:07 +00:00Commented Apr 2, 2020 at 15:42
-
you enable the js minified in backend ??Mohit Patel– Mohit Patel2020年04月02日 17:24:29 +00:00Commented Apr 2, 2020 at 17:24
1 Answer 1
I'm not sure but maybe you could try this:
bin/magento config:set dev/css/merge_css_files 1
bin/magento config:set dev/css/minify_files 1
Reference with more information:
answered Apr 2, 2020 at 17:34
Mohit Patel
4,0484 gold badges27 silver badges57 bronze badges
Explore related questions
See similar questions with these tags.
default