Skip to content

Commit 8c37957

Browse files
authored
Revert back to SF 3 directory structure
1 parent 2fae4b4 commit 8c37957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/versioning.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ignoring any existing cache:
1616
// ...
1717
1818
Encore
19-
.setOutputPath('public/build/')
19+
.setOutputPath('web/build/')
2020
// ...
2121
+ .enableVersioning()
2222
@@ -49,7 +49,7 @@ in your ``script`` and ``link`` tags. If you're using Symfony, just activate the
4949
# ...
5050
assets:
5151
# feature is supported in Symfony 3.3 and higher
52-
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
52+
json_manifest_path: '%kernel.project_dir%/web/build/manifest.json'
5353
5454
That's it! Just be sure to wrap each path in the Twig ``asset()`` function
5555
like normal:

0 commit comments

Comments
 (0)