sashas / merged-css-issue
A Magento 2 module for issue #11354
Fund package maintenance!
sashas777
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0
- magento/framework: 101.0.0|101.0.1|101.0.2|101.0.3|101.0.4
This package is auto-updated.
Last update: 2025-01-27 18:42:26 UTC
README
This is a temporary fix for the Issue Issue #11354
This module works only with Magento 2.2.4 version and need to be removed after upgrade/downgrade. Assumed that the issue will be fixed in the new release.
1. How to install module
Run the following command in Magento 2 root folder:
composer require sashas/merged-css-issue
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
2. How to uninstall module
Run the following command in Magento 2 root folder:
composer remove sashas/merged-css-issue
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy