Move and link web assets

This commit is contained in:
Oliver Davies 2020-02-17 12:24:31 +00:00
parent 923ab61dec
commit 148841e11b
3 changed files with 9 additions and 0 deletions

View file

@ -34,6 +34,15 @@
"config": {
"sort-packages": true
},
"scripts": {
"copy-web-assets": "cp -vR assets/web/ web",
"post-install-cmd": [
"@copy-web-assets"
],
"post-update-cmd": [
"@copy-web-assets"
]
},
"extra": {
"drupal-scaffold": {
"locations": {