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?
AssetManager should have a way to collect all assets during the build process so static content could be deployed to CDN.
Requirements:
Any suggestions?