Remove assets directory

Remove the assets directory and the symlink. These will be moved into
`sites/default/files` and a redirect added to Nginx.
This commit is contained in:
Oliver Davies 2020-05-18 20:22:16 +01:00
parent f24415edd3
commit 903fd1087d
143 changed files with 1 additions and 65 deletions

View file

@ -51,15 +51,7 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"link-images": "cd web && ln -sf ../assets/images",
"post-install-cmd": [
"@link-images"
],
"post-update-cmd": [
"@link-images"
]
},
"scripts": {},
"config": {
"sort-packages": true
},