-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: minifier doesn't work without assets/vendor #23
Comments
I use asset-mapper but without third-party packages, so i removed the assets/vendor folder. In this case, files are not minified after asset-map:compile. To work, i have to 2 solutions :
|
hi @snayam ! |
Hi @smnandre I've just tried but same problem :-( assets/vendor folder present => asset-map:compile -> minifier works fine ! In logs, i have the following php debug message, but display in the 2 cases so i don't think it's related :
Symfony 7.1.8 / PHP 8.2.25 |
Could you, just to be sure, run this command ?
Same thing, just to be sure, you do clear ( |
For wich asset ? One in particular or all of them ? |
I think this is due to this bug (fixed and released in the next version) .. not something related to this bundle :/ |
All of them.
Yes, it seems that the problem comes more from AssetMapper. |
Did you check if Symfony 7.2 solves your issue @snayam ? |
No description provided.
The text was updated successfully, but these errors were encountered: