# Assetic + S3 = ❤️ Some info about my Assetic configuration with S3. Remarks: - All my Assets vendor are downloaded with `Bower` in `web/vendor` - Assets used with Assetic in `.../public/...` (default conf) ## Base config In order to hook Assetic to S3 you need to update `app/config/config_prod.yml` file. That's it! ## PIMP config 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` .