🇦🇷Argentina @clau_bolson

Account created on 14 February 2006, almost 19 years ago
#

Recent comments

🇦🇷Argentina clau_bolson

Faab900, did you go to "Configuration - > Performance" and disable "Aggregate CSS files and Javascript files" ?

🇦🇷Argentina clau_bolson

I modyfied the file aegan.info.yml and also I did this:

In aegan.theme

Line 8
- define('THEME_PATH', base_path() . drupal_get_path('theme', 'aegan'));
+ define('THEME_PATH', base_path() . \Drupal::service('extension.list.theme')->getPath('aegan'));

Line 256
- $filename = drupal_get_path('theme', 'aegan') . '/aegan.theme';
+ $filename = \Drupal::service('extension.list.theme')->getPath('aegan') . '/aegan.theme';

🇦🇷Argentina clau_bolson

Thank you!

🇦🇷Argentina clau_bolson

UPDATE: After trial and error I chose not to "combine CSS files" and "Join Javascript files" and it started to work but only if I use administration theme to edit content.

Production build 0.71.5 2024