Skip to content

Commit 3a3aa74

Browse files
committed
minor #10903 [Documentation] Fix bad output folder (louvelmathieu)
This PR was submitted for the 4.2 branch but it was merged into the 4.1 branch instead (closes #10903). Discussion ---------- [Documentation] Fix bad output folder Default folder is now "public" and not "web" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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). --> Commits ------- e388926 Update installation.rst
2 parents 616fd29 + e388926 commit 3a3aa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ is the main config file for both Webpack and Webpack Encore:
5757
5858
Encore
5959
// directory where compiled assets will be stored
60-
.setOutputPath('web/build/')
60+
.setOutputPath('public/build/')
6161
// public path used by the web server to access the output path
6262
.setPublicPath('/build')
6363
// only needed for CDN's or sub-directory deploy

0 commit comments

Comments
 (0)