You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 order
0 commit comments