Skip to content
Snippets Groups Projects
Commit e31d969a authored by jurgenhaas's avatar jurgenhaas
Browse files

Update contrib guide

parent e9c24525
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -19,7 +19,7 @@
# Configure the Drupal theme
This is only necessary once at the beginning of the project and you should edit the file `composer.json` and especially look into the section `extra/theme-d8-sass/bower_assets`. The two sections `fonts` and `sass` initially contain all available assets. YOu certainly do **not** need them all. That's why you should remove those that you don't require and then call `composer update`. This will then update the theme and all assets making sure that everything stays consistent.
This is only necessary once at the beginning of the project and you should edit the file `composer.json` and especially look into the section `extra/theme-d8-sass/bower_assets`. The two sections `fonts` and `sass` initially contain all available assets. YOu certainly do **not** need them all. That's why you should remove those that you don't require and then call `composer drupal-theme-update`. This will then update the theme and all assets making sure that everything stays consistent.
You can also provide a new name to the theme in the composer.json file, this will then create a new directory and you can then delete the old one.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment