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
AssetManager should have a way to collect all assets during the build process so static content could be deployed to CDN.
Requirements:
view helper for static content location (path on development and production will be different)
configuration will hold CDN location. Setting this will essentially //disable// AssetManager on production (there won't be any calls to AssetManager as all asset requests will go to CDN).
cli controller to collect all static content managed by AssetManager
Any suggestions?
The text was updated successfully, but these errors were encountered:
AssetManager should have a way to collect all assets during the build process so static content could be deployed to CDN.
Requirements:
Any suggestions?
The text was updated successfully, but these errors were encountered: