Closed mariannuar closed 8 months ago
@mariannuar During functional testing the logo component isn't rendering the image.
@amazingrando @josue2591 Thank you both! @josue2591 I think we can merge it :shipit:
:tada: This PR is included in version 1.18.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Summary
Since there was an update to
Node 20
on Emulsify Drupal (Check PR ) and theImages
folder was renamed toAssets
folder, the build of the theme is failing because of it.How to review this pull request
This PR must be tested together with this PR
Create Drupal Project:
composer create-project drupal/recommended-project [PROJECT_NAME] --no-interaction
Move into the project directory
cd [PROJECT_NAME]
Install Emulsify client globally
npm install -g @emulsify/cli
Initialize your theme with emulsify
emulsify init "[THEME NAME]"
Install the version of Drupal componentst works with Drupal 10
composer require 'drupal/components:^3.0@beta'
Install the version of emulsify_twig that work with Drupal 10
composer require 'drupal/emulsify_twig^4.0'
Move into the theme directory
cd web/themes/custom/[THEME NAME]
Install Compound System
emulsify system install --repository https://github.com/emulsify-ds/compound.git --checkout fix-stylelint-issues
Verify storybook and scss compiling can run and there are no stylelint issues and warnings
npm install && npm run develop