We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf895a2 commit 0fcca50Copy full SHA for 0fcca50
symfony/asset-mapper/6.4/importmap.php
@@ -1,7 +1,7 @@
1
<?php
2
3
/**
4
- * Returns the import map for this application.
+ * Returns the importmap for this application.
5
*
6
* - "path" is a path inside the asset mapper system. Use the
7
* "debug:asset-map" command to see the full list of paths.
symfony/asset-mapper/6.4/manifest.json
@@ -9,6 +9,9 @@
9
"/%PUBLIC_DIR%/assets/",
10
"/assets/vendor"
11
],
12
+ "composer-scripts": {
13
+ "importmap:install": "symfony-cmd"
14
+ },
15
"add-lines": [
16
{
17
"file": "templates/base.html.twig",
0 commit comments