File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ like ``/myAppSubdir``), you just need to configure that when calling ``Encore.se
66
66
67
67
.setOutputPath('web/build/')
68
68
69
- - .setPublicPath('/build')
70
- + // this is your *true* public path
71
- + .setPublicPath('/myAppSubdir/build')
69
+ - .setPublicPath('/build')
70
+ + // this is your *true* public path
71
+ + .setPublicPath('/myAppSubdir/build')
72
72
73
- + // this is now needed so that your manifest.json keys are still `build/foo.js`
74
- + // i.e. you won't need to change anything in your Symfony app
75
- + .setManifestKeyPrefix('build')
73
+ + // this is now needed so that your manifest.json keys are still `build/foo.js`
74
+ + // i.e. you won't need to change anything in your Symfony app
75
+ + .setManifestKeyPrefix('build')
76
76
;
77
77
78
78
If you're :ref: `processing your assets through manifest.json <load-manifest-files >`,
You can’t perform that action at this time.
0 commit comments