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
In the new version of this repository only assets are build during a request that are actually referenced in the assetic configuration.
This leads to problems in our application. We have a few files that need to be copied to the assets directory but are never mentioned in the assetic configuration for a request. For example our @bootstrap_js collection.
How can we make sure that ALL assets are (possibly, if not already present) build and copied in an request?
Thanks.
The text was updated successfully, but these errors were encountered:
In the new version of this repository only assets are build during a request that are actually referenced in the assetic configuration.
This leads to problems in our application. We have a few files that need to be copied to the assets directory but are never mentioned in the assetic configuration for a request. For example our
@bootstrap_js
collection.How can we make sure that ALL assets are (possibly, if not already present) build and copied in an request?
Thanks.
The text was updated successfully, but these errors were encountered: