8000 updating 2 old paths · symfony/symfony-docs@72ef190 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72ef190

Browse files
committed
updating 2 old paths
1 parent 771b8ec commit 72ef190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/encore/advanced-config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ state of the current configuration to build a new one:
5151
5252
// define the first configuration
5353
Encore
54-
.setOutputPath('web/build/')
54+
.setOutputPath('public/build/')
5555
.setPublicPath('/build')
5656
.addEntry('app', './assets/js/main.js')
5757
.addStyleEntry('global', './assets/css/global.scss')
@@ -71,7 +71,7 @@ state of the current configuration to build a new one:
7171
7272
// define the second configuration
7373
Encore
74-
.setOutputPath('web/build/')
74+
.setOutputPath('public/build/')
7575
.setPublicPath('/build')
7676
.addEntry('mobile', './assets/js/mobile.js')
7777
.addStyleEntry('mobile', './assets/css/mobile.less')

0 commit comments

Comments
 (0)
0