17 lines
760 B
Markdown
17 lines
760 B
Markdown
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)
|