Skip to content

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)