Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/merged-css-issue
A Magento 2 module for issue #11354
https://github.com/sashas777/merged-css-issue
magento magento2 magento2-issue-11354
Last synced: about 10 hours ago
JSON representation
A Magento 2 module for issue #11354
- Host: GitHub
- URL: https://github.com/sashas777/merged-css-issue
- Owner: sashas777
- Created: 2018-05-11T01:15:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T23:10:01.000Z (over 6 years ago)
- Last Synced: 2024-05-02T05:03:21.378Z (7 months ago)
- Topics: magento, magento2, magento2-issue-11354
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2.2.* Fix for Issue #11354
[![Latest Stable Version](https://poser.pugx.org/sashas/merged-css-issue/v/stable)](https://packagist.org/packages/sashas/merged-css-issue)
[![Total Downloads](https://poser.pugx.org/sashas/merged-css-issue/downloads)](https://packagist.org/packages/sashas/merged-css-issue)
[![Latest Unstable Version](https://poser.pugx.org/sashas/merged-css-issue/v/unstable)](https://packagist.org/packages/sashas/merged-css-issue)
[![License](https://poser.pugx.org/sashas/merged-css-issue/license)](https://packagist.org/packages/sashas/merged-css-issue)This is a temporary fix for the Issue [Issue #11354](https://github.com/magento/magento2/issues/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
```