symfony / asset-mapper
Maps directories of assets & makes them available in a public directory with versioned filenames.
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Requires
- php: >=8.1
- symfony/filesystem: ^5.4|^6.0
- symfony/http-client: ^5.4|^6.0
Requires (Dev)
- symfony/asset: ^5.4|^6.0
- symfony/browser-kit: ^5.4|^6.0
- symfony/console: ^5.4|^6.0
- symfony/finder: ^5.4|^6.0
- symfony/framework-bundle: ^6.3
- symfony/http-foundation: ^5.4|^6.0
- symfony/http-kernel: ^5.4|^6.0
This package is auto-updated.
Last update: 2023-09-22 10:28:15 UTC
README
The AssetMapper component allows you to expose directories of assets that are then moved to a public directory with digested (i.e. versioned) filenames. It also allows you to dump an importmap to allow writing modern JavaScript without a build system.
This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.