Skip to content

Commit 629ea47

Browse files
committed
minor #10353 There is no public folder in 3.4 (ersin-demirtas)
This PR was merged into the 3.4 branch. Discussion ---------- There is no public folder in 3.4 There is no public/ folder in 3.4 instead there is web/ folder. <!-- 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 ------- df1dff6 There is no public folder in 3.4
2 parents 76132e8 + df1dff6 commit 629ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/installation-no-flex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Next, create a new ``webpack.config.js`` file at the root of your project:
3939
4040
Encore
4141
// directory where compiled assets will be stored
42-
.setOutputPath('public/build/')
42+
.setOutputPath('web/build/')
4343
// public path used by the web server to access the output path
4444
.setPublicPath('/build')
4545
// only needed for CDN's or sub-directory deploy

0 commit comments

Comments
 (0)