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
I have a particulate issue where I need assets to be combined in debug, but I need "debug: '%kernel.debug%'" because mimifier to work in prod but not in dev. How do I configure assetic to do that?
The text was updated successfully, but these errors were encountered:
yeah, this is indeed what you need. The default value for combine is based on the debug mode (inverting it), but you can force combining the assets all the time. (this cannot be done globally in the config though)
I have a particulate issue where I need assets to be combined in debug, but I need "debug: '%kernel.debug%'" because mimifier to work in prod but not in dev. How do I configure assetic to do that?
The text was updated successfully, but these errors were encountered: