aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal8
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-09 12:26:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-09 12:26:39 -0200
commitab27e3c1fb711c7046af981789848e06eeb93006 (patch)
treea53a27e321cbf5c31b6d93c65656590b0b8ba976 /share/templater/drupal8
parent5744894605d533e64422de2e512e49c8eb6f3a7d (diff)
downloadtemplater-ab27e3c1fb711c7046af981789848e06eeb93006.tar.gz
templater-ab27e3c1fb711c7046af981789848e06eeb93006.tar.bz2
Drupal 8: vendor folder
Diffstat (limited to 'share/templater/drupal8')
-rwxr-xr-xshare/templater/drupal8/setup6
1 files changed, 2 insertions, 4 deletions
diff --git a/share/templater/drupal8/setup b/share/templater/drupal8/setup
index c276655..79687b5 100755
--- a/share/templater/drupal8/setup
+++ b/share/templater/drupal8/setup
@@ -53,11 +53,9 @@ function templater_drupal8 {
cp $SHARE/drupal8/files/Puppetfile puppet/Puppetfile.drupal8
fi
- mkdir -p files config themes modules libraries
- touch {files,config,themes,modules,libraries}/.empty
+ mkdir -p files config themes modules libraries vendor
+ touch {files,config,themes,modules,libraries,vendor}/.empty
git add -f {files,config,themes,modules,libraries}/.empty
-
- #mkdir -p vendor
else
__templater_echo "Drupal already set"
fi