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:
parent
f24415edd3
commit
903fd1087d
143 changed files with 1 additions and 65 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue