Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 329 Bytes

eXo

Drupal 9 enhancements.

To generate an eXo theme

Run drush generate exo:theme

Building

Local

Single build: gulp Watch: gulp watch

DDEV

Single build: gulp ddev Watch: gulp ddevWatch

DDEV with project as alias

Single build: gulp ddev --root "${PWD}" Watch: gulp ddevWatch --root "${PWD}"