Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a04cdba

Browse filesBrowse files
committed
fixing bad diff syntax
1 parent 1b47f37 commit a04cdba
Copy full SHA for a04cdba

File tree

Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-6
lines changed

‎frontend/encore/faq.rst

Copy file name to clipboardExpand all lines: frontend/encore/faq.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ like ``/myAppSubdir``), you just need to configure that when calling ``Encore.se
6666
6767
.setOutputPath('web/build/')
6868
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')
7272
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')
7676
;
7777
7878
If you're :ref:`processing your assets through manifest.json <load-manifest-files>`,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.