You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say you create a file under app/css/bob.css and update your project composer.json file like this:
{
"extra": {
"expose": [
"app/css"
]
}
}
If you run a composer vendor-expose, bob.css and the css will be deleted and a new app/css symlink will be created. That symlink will point to a broken ../../../app/css location.
The text was updated successfully, but these errors were encountered:
Let's say you create a file under
app/css/bob.css
and update your projectcomposer.json
file like this:If you run a
composer vendor-expose
,bob.css
and thecss
will be deleted and a newapp/css
symlink will be created. That symlink will point to a broken../../../app/css
location.The text was updated successfully, but these errors were encountered: