magento2-module merged-css-issue
A Magento 2 module for issue #11354
sashas/merged-css-issue
A Magento 2 module for issue #11354
- Saturday, June 9, 2018
- by sashas
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Magento 2.2.* Fix for Issue #11354
, (*1)
This is a temporary fix for the Issue Issue #11354, (*2)
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., (*3)
1. How to install module
Run the following command in Magento 2 root folder:, (*4)
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:, (*5)
composer remove sashas/merged-css-issue
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy