Skip to content

Instantly share code, notes, and snippets.

@ipascual
Created September 20, 2017 22:08
Show Gist options
  • Save ipascual/7f10f2a934111ab203d149f6b370d3fc to your computer and use it in GitHub Desktop.
Save ipascual/7f10f2a934111ab203d149f6b370d3fc to your computer and use it in GitHub Desktop.
Magento - magento2 - bundle merge minify
php bin/magento deploy:mode:set production
php bin/magento setup:static-content:deploy --theme Talos/default --area frontend
php bin/magento cache:flush
---
SELECT * FROM `core_config_data` WHERE `path` LIKE '%dev/%'
dev/template/minify_html
dev/js/merge_files
dev/js/enable_js_bundling
dev/js/minify_files
dev/css/merge_css_files
dev/css/minify_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment