Skip to content

Commit a798bf7

Browse files
authored
docs: document asset mapper and remove demo link
1 parent 5cde9be commit a798bf7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ for bundling JavaScript modules, pre-processing CSS & JS and compiling
1010
and minifying assets. Encore gives you a professional asset system
1111
that's a *delight* to use.
1212

13+
> [!TIP]
14+
> Symfony released an [AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html) component, a production-ready simpler alternative to Webpack Encore
15+
> that runs entirely in PHP.
16+
1317
Encore is inspired by [Webpacker](https://github.com/rails/webpacker) and
1418
[Mix](https://laravel.com/docs/mix), but stays in the spirit of
1519
Webpack: using its features, concepts and naming conventions for a familiar
@@ -20,5 +24,4 @@ feel. It aims to solve the most common Webpack use cases.
2024
2125
## Documentation
2226

23-
[Read the Documentation on symfony.com](https://symfony.com/doc/current/frontend.html)
24-
or view a demo application: [symfony/demo](https://github.com/symfony/demo).
27+
[Read the Documentation on symfony.com](https://symfony.com/doc/current/frontend.html).

0 commit comments

Comments
 (0)