Move images and symlink back in
This commit is contained in:
parent
59e3a18145
commit
0b2ec0c2e4
143 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,15 @@
|
|||
},
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue