Some info about my Assetic configuration with S3.
Remarks:
- All my Assets vendor are downloaded with
Bowerinweb/vendor - Assets used with Assetic in
.../public/...(default conf)
In order to hook Assetic to S3 you need to update app/config/config_prod.yml file. That's it!
But all file not loaded by Assetic need to but push to S3... That's why I use the following Symfony command AssetsUpdateStaticFilesCommand.php with list of assets in the conf file app/config/staticFiles.yml
.