Commit Graph
11 Commits
Author SHA1 Message Date
Hugo Alliaume ab0209c9b6 [AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs 2024-11-01 14:02:09 +01:00
Nicolas GrekasandGitHub dc5565b82b Indent importmap block (#1295) 2024-02-21 09:37:55 +01:00
Thomas LandauerandGitHub f795c3dcaf Removing "auto-generated" info (#1287)
Reason: This creates the impression that this file should not be modified by the user. Whereas at https://symfony.com/doc/current/frontend/asset_mapper.html#page-specific-css-javascript there are instructions to modify this file.
2024-02-01 08:08:55 +01:00
Fabien PotencierandGitHub cb7411bd9e Merge pull request #1264 from kaznovac/patch-3
[AssetMapper] gitignore `/assets/vendor/` as a directory
2024-01-18 07:53:02 +01:00
Ryan WeaverandGitHub 0ff0a0af1c use semicolons in JavaScript (#1252) 2024-01-11 07:35:04 +01:00
Ryan WeaverandGitHub 0fcca50482 Asset mapper install as composer script (#1267)
* import map -> importmap to match Symfony core generation

* [symfony/asset-mapper] Adding importmap:install as a composer script
2023-12-10 18:35:15 +01:00
Ryan Weaver 02180aa76d surrounding importmap() in a block
This allows it to be overridden (independent of javascripts block) so we can
completely override it (no parent)
2023-12-09 13:25:36 -05:00
Marko KaznovacandGitHub 2ef4df3489 [AssetMapper] gitignore /assets/vendor/ as a directory
this is more to be consistent with the `/public/assets/` gitignore line above the fixed one; the set line is just fine
2023-12-05 12:16:12 +01:00
Marko KaznovacandGitHub bac1831001 asset-mapper: fix minor whitespace inconsistency in importmap.php (#1261) 2023-11-30 20:29:40 +01:00
dc52796fba fix importmap for assetmapper 6.4 (#1245)
* fix default importmap

* fix paths and add entrypoint comment

* remove adding stylesheet line in base.html.twig

* Update symfony/asset-mapper/6.4/manifest.json

Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com>

* ignore assets/vendor

* revert to 6.3

---------

Co-authored-by: Ryan Weaver <weaverryan+github@gmail.com>
2023-10-17 15:15:18 +02:00
Ryan WeaverandGitHub c590fdaa8e Adding new recipes for Encore, Stimulus & AssetMapper (#1202)
* Adding new recipes for Encore, Stimulus & AssetMapper

* StimulusBundle 1.0 -> 2.9

* updating namespace

* moving encore recipe changes to 2.0

* conflict with older version of flex

* adding ux_controller_link_tags() to recipe

* adding documentation to importmap

* updating message to match core

* Adding ux translator

* fixing translations path

* Documenting the new add-lines configurator

* Fixing translator initial version

* shorten to just var

* remove ux alias - there is no one package to install UX packages currently

* fixing wrong package name
2023-05-27 01:35:12 +02:00