Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Nav-Appaiya/c7dd99f46c084f23d7cc882ca2f69670 to your computer and use it in GitHub Desktop.
Save Nav-Appaiya/c7dd99f46c084f23d7cc882ca2f69670 to your computer and use it in GitHub Desktop.
Magento 2 cli disable the minify & bundling settings by cli
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