Commit ca5f575
committed
minor #13860 corrected tags order (nabbisen)
This PR was submitted for the 5.1 branch but it was merged into the 3.4 branch instead.
Discussion
----------
corrected tags order
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
#### Reference
[`symfony/webpack-encore-bundle` - `README.md`](https://github.com/symfony/webpack-encore-bundle):
> For example, to render all of the script and link tags for a specific "entry" (e.g. entry1), you can:
> [...]
> Assuming that entry1 required two files to be included - `build/vendor~entry1~entry2.js` and `build/entry1.js`, then `encore_entry_script_tags()` is equivalent to:
>
> `<script src="{{ asset('build/vendor~entry1~entry2.js') }}"></script>`
> `<script src="{{ asset('build/entry1.js') }}"></script>`
Commits
-------
77b5690 corrected tags order1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments