If you experience issues with a local BLT build, try using Dr. BLT to diagnose your problem:
blt doctor
If that isn't helpful, please post an issue on the GitHub issue queue including the following information:
- Your version of BLT,
composer info acquia/blt
- Your operating system
- The full log output of your BLT command, wrapped in a codeblock.
In seeking help, please keep the following points in mind:
- BLT is distributed under the GPLv2 license; WITHOUT ANY WARRANTY.
- The project maintainers are under no obligation to respond to support requests, feature requests, or pull requests.
- All contributions to BLT will be reviewed for compliance with Drupal Coding Standards and best practices as defined by the project maintainer.
BLT work is currently being tracked in the BLT GitHub issue queue and organized via a Waffle.io Kanban Board.
If you'd like to contribute by actively developing BLT, we suggest that you clone BLT and also created a BLT-ed project for testing your changes.
Use the following commands to create a testable BLT-created project alongside BLT
git clone https://github.com/acquia/blt.git
rm -rf blted8
composer install --working-dir=blt
cd blt
./vendor/bin/robo create:symlinked-project
The new blted8
directory will have a composer dependency on your local clone of BLT via a ../blt
symlink. You can therefore make changes to files in blt
and see them immediately reflected in blted8/vendor/acquia/blt
.