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
When this PR gets merged, Assetic will be removed from the Symfony Standard Edition. Then, we'll need to reword some parts of the Symfony documentation (and the website).
If I understand these changes right, moving asset management to pure frontend tools would mean that Symfony (or at least the Symfony Standard Edition) is no longer a "full-stack" web framework but just a "server-side framework".
The text was updated successfully, but these errors were encountered:
I've always wondered if "full-stack" referred to the use of (almost) all Symfony components, or to the type of website built (full-stack vs frontend / backend separation).
Depending on the intended meaning we can either remove it, rename it, or add some explanations.
Closing this issue because Symfony will still be a full-stack framework after Assetic removal. You can't combine, compile or minimize web assets with Symfony ... but you can still serve web assets with Symfony.
When this PR gets merged, Assetic will be removed from the Symfony Standard Edition. Then, we'll need to reword some parts of the Symfony documentation (and the website).
If I understand these changes right, moving asset management to pure frontend tools would mean that Symfony (or at least the Symfony Standard Edition) is no longer a "full-stack" web framework but just a "server-side framework".
The text was updated successfully, but these errors were encountered: