Skip to content

Commit

Permalink
minor #1239 docs: document asset mapper and remove demo link (94noni)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

docs: document asset mapper and remove demo link

Related to symfony/demo#1449 (review)

Commits
-------

a798bf7 docs: document asset mapper and remove demo link
  • Loading branch information
weaverryan committed Dec 9, 2023
2 parents 5cde9be + a798bf7 commit 692dbab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ for bundling JavaScript modules, pre-processing CSS & JS and compiling
and minifying assets. Encore gives you a professional asset system
that's a *delight* to use.

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

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

0 comments on commit 692dbab

Please sign in to comment.