We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e28f13 + 06a9539 commit a931625Copy full SHA for a931625
generators/app/templates/_site.ahoy.yml
@@ -18,6 +18,7 @@ commands:
18
cd ../
19
composer install --no-dev --ignore-platform-reqs
20
find ./web/modules/contrib/ -name ".git" -exec rm -rf {} \;
21
+ find ./web/themes/contrib/ -name ".git" -exec rm -rf {} \;
22
find ./web/sites/all/assets/vendor/ -name ".git" -exec rm -rf {} \;
23
find ./web/libraries/ -name ".git" -exec rm -rf {} \;
24
find ./web/sites/all/libraries/ -name ".git" -exec rm -rf {} \;
0 commit comments