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
After upgrading Symfony from 3.2.9 to 3.2.10, running the "assets:install" command results in an empty "bundles" directory within the "web" directory - none of the individual bundle directories and assets are copied across. The command output reported that the files were copied.
Downgrading to 3.2.9 and running "assets:install" again resulted in expected behaviour.