Projekt

Allgemein

Aktionen

GX-Task #62962

geschlossen

Composer deprecated naming

Von Andrey Filippov vor fast 6 Jahren hinzugefügt. Vor fast 6 Jahren aktualisiert.

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

Kopiert nach GX-Entwicklung - GX-Task #63151: Composer deprecated namingErledigtMoritz Bunjes

Aktionen
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:

  1. Go to your shop root directory. Your composer.json and composer.lock files should be checked out.
  2. Remove the composer_components folder - (rm -rf composer_components)
  3. run composer clear-cache
  4. run npm run configure
Aktionen