{ "manifests": { "symfony/asset-mapper": { "manifest": { "copy-from-recipe": { "assets/": "assets/", "config/": "%CONFIG_DIR%/", "importmap.php": "importmap.php" }, "gitignore": [ "/%PUBLIC_DIR%/assets/" ], "add-lines": [ { "file": "templates/base.html.twig", "content": " {{ importmap() }}", "position": "after_target", "target": "{% block javascripts %}", "warn_if_missing": true }, { "file": "templates/base.html.twig", "content": " ", "position": "after_target", "target": "{% block stylesheets %}", "warn_if_missing": true } ], "conflict": { "symfony/framework-bundle": "<6.3", "symfony/twig-bundle": "<6.3", "symfony/flex": "<1.20.0 || >=2.0.0,<2.3.0" } }, "files": { "assets/app.js": { "contents": [ "/*", " * Welcome to your app's main JavaScript file!", " *", " * This file will be included onto the page via the importmap() Twig function,", " * which should already be in your base.html.twig.", " */", "console.log('This log comes from assets/app.js - welcome to AssetMapper! \ud83c\udf89')", "" ], "executable": false }, "assets/styles/app.css": { "contents": [ "body {", " background-color: skyblue;", "}", "" ], "executable": false }, "config/packages/asset_mapper.yaml": { "contents": [ "framework:", " asset_mapper:", " # The paths to make available to the asset mapper.", " paths:", " - assets/", "" ], "executable": false }, "importmap.php": { "contents": [ " [", " 'path' => 'app.js',", " 'preload' => true,", " ],", "];", "" ], "executable": false } }, "ref": "e8c46ba5e488fc2d7462ab6832559ab93867370a" } } }