Created
May 27, 2022 16:33
-
-
Save Nav-Appaiya/c7dd99f46c084f23d7cc882ca2f69670 to your computer and use it in GitHub Desktop.
Magento 2 cli disable the minify & bundling settings by cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
magerun config:store:set dev/js/merge_files 0 | |
magerun config:store:set dev/js/enable_js_bundling 0 | |
magerun config:store:set dev/js/minify_files 0 | |
magerun config:store:set dev/css/merge_css_files 0 | |
magerun config:store:set dev/css/minify_files 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment