diff --git a/symfony/twig-bundle/3.3/templates/base.html.twig b/symfony/twig-bundle/3.3/templates/base.html.twig index 043f42d1..5fb4cd44 100644 --- a/symfony/twig-bundle/3.3/templates/base.html.twig +++ b/symfony/twig-bundle/3.3/templates/base.html.twig @@ -4,9 +4,10 @@ {% block title %}Welcome!{% endblock %} {% block stylesheets %}{% endblock %} + + {% block javascripts %}{% endblock %} {% block body %}{% endblock %} - {% block javascripts %}{% endblock %} diff --git a/symfony/webpack-encore-bundle/1.9/assets b/symfony/webpack-encore-bundle/1.9/assets new file mode 120000 index 00000000..4dec183c --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/assets @@ -0,0 +1 @@ +../1.0/assets \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.9/config/packages/assets.yaml b/symfony/webpack-encore-bundle/1.9/config/packages/assets.yaml new file mode 120000 index 00000000..7cb51332 --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/config/packages/assets.yaml @@ -0,0 +1 @@ +../../../1.0/config/packages/assets.yaml \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.9/config/packages/prod b/symfony/webpack-encore-bundle/1.9/config/packages/prod new file mode 120000 index 00000000..bc7768cf --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/config/packages/prod @@ -0,0 +1 @@ +../../../1.0/config/packages/prod \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.9/config/packages/test b/symfony/webpack-encore-bundle/1.9/config/packages/test new file mode 120000 index 00000000..d2dde6ff --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/config/packages/test @@ -0,0 +1 @@ +../../../1.6/config/packages/test \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.9/config/packages/webpack_encore.yaml b/symfony/webpack-encore-bundle/1.9/config/packages/webpack_encore.yaml new file mode 100644 index 00000000..90f1a1db --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/config/packages/webpack_encore.yaml @@ -0,0 +1,30 @@ +webpack_encore: + # The path where Encore is building the assets - i.e. Encore.setOutputPath() + output_path: '%kernel.project_dir%/public/build' + # If multiple builds are defined (as shown below), you can disable the default build: + # output_path: false + + # Set attributes that will be rendered on all script and link tags + script_attributes: + defer: true + # link_attributes: + + # If using Encore.enableIntegrityHashes() and need the crossorigin attribute (default: false, or use 'anonymous' or 'use-credentials') + # crossorigin: 'anonymous' + + # Preload all rendered script and link tags automatically via the HTTP/2 Link header + # preload: true + + # Throw an exception if the entrypoints.json file is missing or an entry is missing from the data + # strict_mode: false + + # If you have multiple builds: + # builds: + # pass "frontend" as the 3rg arg to the Twig functions + # {{ encore_entry_script_tags('entry1', null, 'frontend') }} + + # frontend: '%kernel.project_dir%/public/frontend/build' + + # Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes) + # Put in config/packages/prod/webpack_encore.yaml + # cache: true diff --git a/symfony/webpack-encore-bundle/1.9/manifest.json b/symfony/webpack-encore-bundle/1.9/manifest.json new file mode 120000 index 00000000..3abdbe32 --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/manifest.json @@ -0,0 +1 @@ +../1.0/manifest.json \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.9/package.json b/symfony/webpack-encore-bundle/1.9/package.json new file mode 120000 index 00000000..cc120ece --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/package.json @@ -0,0 +1 @@ +../1.0/package.json \ No newline at end of file diff --git a/symfony/webpack-encore-bundle/1.9/webpack.config.js b/symfony/webpack-encore-bundle/1.9/webpack.config.js new file mode 120000 index 00000000..0eb7084a --- /dev/null +++ b/symfony/webpack-encore-bundle/1.9/webpack.config.js @@ -0,0 +1 @@ +../1.0/webpack.config.js \ No newline at end of file