Commit c12ab3d
committed
bug symfony#52869 [AssetMapper] Improve link generation script (smnandre)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[AssetMapper] Improve link generation script
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Avoid JS console warnings due to missing comma and shorten a bit the code
(document.head is available since IE9)
Felt on it while investigating this HTTPS/2/Push thing with Firefox
(poke `@weaverryan`)
Update: remove the "?" after 7.1 to please carson :)
Update(bis): target 6.4 / bugfix
Commits
-------
5ad7a1e [AssetMapper] Improve link generation scriptFile tree
2 files changed
+2
-2
lines changed- src/Symfony/Component/AssetMapper
- ImportMap
- Tests/ImportMap
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments