8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771b8ec commit 72ef190Copy full SHA for 72ef190
frontend/encore/advanced-config.rst
@@ -51,7 +51,7 @@ state of the current configuration to build a new one:
51
52
// define the first configuration
53
Encore
54
- .setOutputPath('web/build/')
+ .setOutputPath('public/build/')
55
.setPublicPath('/build')
56
.addEntry('app', './assets/js/main.js')
57
.addStyleEntry('global', './assets/css/global.scss')
@@ -71,7 +71,7 @@ state of the current configuration to build a new one:
71
72
// define the second configuration
73
74
75
76
.addEntry('mobile', './assets/js/mobile.js')
77
.addStyleEntry('mobile', './assets/css/mobile.less')
0 commit comments