File: template.twig

package info (click to toggle)
php-symfony-webpack-encore-bundle 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 408 kB
  • sloc: php: 1,697; xml: 92; makefile: 22
file content (6 lines) | stat: -rw-r--r-- 256 bytes parent folder | download
1
2
3
4
5
6
{{ encore_entry_script_tags('my_entry', attributes={
    defer: true
}) }}
{{ encore_entry_link_tags('my_entry') }}
{{ encore_entry_script_tags('third_entry', null, 'different_build') }}
{{ encore_entry_link_tags('third_entry', null, 'different_build') }}