Aktionen
GX-Task #62962
geschlossenComposer deprecated naming
Status:
Erledigt
Priorität:
Normal
Zugewiesen an:
Julian Heckmann
Kategorie:
Refactoring
Zielversion:
% erledigt:
100%
Steps to reproduce:
Betroffene Versionen:
3.13.2.0 beta1
Release Notes Langtext:
Composer folgt nun der Namenskonvention
Beschreibung
There is misbehavior with some of the Composer libraries.
Next libraries are copied to folders that have capital letters in its names. E.g CssMin.
The libraries should be placed in a folder with the correct name, e.g - cssmin instead of CssMin
Checkliste 0/0
Zugehörige Tickets
Aktionen
#3
Von Andrey Filippov vor fast 6 Jahren aktualisiert
You may incounter some problems on frontend. That's probably becuase you still have the folder with uppercase characters within composer_components directory (CssMin, but should be cssmin).
Steps to fix it:
- Go to your shop root directory. Your composer.json and composer.lock files should be checked out.
- Remove the composer_components folder - (
rm -rf composer_components
) - run
composer clear-cache
- run
npm run configure
Aktionen