Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c37957

Browse files
authored
Revert back to SF 3 directory structure
1 parent2fae4b4 commit8c37957

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)

[8]ページ先頭

©2009-2025 Movatter.jp