Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/symfony/asset-mapper
Maps directories of assets & makes them available in a public directory with versioned filenames.
https://github.com/symfony/asset-mapper
component php symfony symfony-component
Last synced: 1 day ago
JSON representation
Maps directories of assets & makes them available in a public directory with versioned filenames.
- Host: GitHub
- URL: https://github.com/symfony/asset-mapper
- Owner: symfony
- License: mit
- Created: 2023-05-01T06:20:33.000Z (over 1 year ago)
- Default Branch: 7.2
- Last Pushed: 2024-12-09T06:50:12.000Z (14 days ago)
- Last Synced: 2024-12-14T16:02:54.446Z (9 days ago)
- Topics: component, php, symfony, symfony-component
- Language: PHP
- Homepage: https://symfony.com/asset-mapper
- Size: 551 KB
- Stars: 103
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
AssetMapper Component
=====================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](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap)
to allow writing modern JavaScript without a build system.Resources
---------* [Documentation](https://symfony.com/doc/current/frontend/asset_mapper.html)
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)