Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 373 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 373 Bytes

Build Drupal theme assets with Gulp

  1. Edit the gulp command to set the THEME to the relative path (from the docroot) to your custom theme.
  2. Copy the edited command to your project's .ddev/commands/web directory.

now you can run ddev gulp and it will build your theme.

Contributed by @hotwebmatter (Matthew Obert)