Thomas Landauer
Thomas Landauer
Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#serving-assets-in-dev-vs-prod First: I'm not sure if this is really true for any (local server) configuration - I took the info from `asset-map:compile`s warning message (which I'm trying to improve...
Page: https://symfony.com/doc/6.4/frontend.html#using-php-twig Reason: It's a cool feature :-)
Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#importing-3rd-party-javascript-packages Closes https://github.com/symfony/symfony-docs/issues/19558 Thanks to @tofsjonas for figuring this out at https://github.com/tofsjonas/sortable/issues/68 You might say it's not the job of the Symfony docs to tell JavaScript package maintainers how...
Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html Reason: `` for CSS is included in `{{ importmap() }}`, so you usually don't have to call `{{ asset() }}` on a CSS.
https://symfony.com/doc/current/frontend/asset_mapper.html#importing-3rd-party-javascript-packages says: > This command can be used to add any npm package But there seems to be some prerequisites which aren't met by *all* packages - see https://github.com/tofsjonas/sortable/issues/68 for...
Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#handling-css This is indeed better than https://github.com/symfony/symfony-docs/pull/19453 was; and much better than before. 1. "valid" in which sense? Valid importmap syntax? 2. What about something like: > These special...
Page: https://symfony.com/doc/6.4/reference/forms/types/enum.html All `choice*` options are missing (e.g. `choice`, `choice_attr`, etc.). I don't know if this is the way to bring them back - just wanted to make you aware...
* **Please move this page out of the `/encore/` hierarchy!** This is general info that also applies to *any* JavaScript. That's why I already changed the title. * I removed...
At https://www.postcss.parts/?searchTerm=discard-comments clicking on the link leads to https://www.postcss.parts/?searchTerm=discard-comments which is 404
| Q | A | ------------- | --- | License | MIT | Doc issue/PR | none Reasons: * It's good practice anyway IMO, especially when blocks are getting longer...