Skip to content

Commit ce54a15

Browse files
committed
Added note on --url-prefix for multi origin
1 parent 755da21 commit ce54a15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sourcemaps.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ automatically prefixed with a URL or your choice::
203203
2da95dfb052f477380608d59d32b4ab9 upload-sourcemaps --url-prefix \
204204
https://mydomain.invalid/static /path/to/assets
205205

206+
.. admonition:: Assets Accessible at Multiple Origins
207+
208+
If you leave out the ``--url-prefix`` parameter the paths will be
209+
prefixed with ``~/`` automatically to support multi origin behavior.
210+
206211
All files that end with `.js` and `.map` below `/path/to/assets` are
207212
automatically uploaded to the release `2da95dfb052f477380608d59d32b4ab9`
208213
in this case. If you want to use other extensions you can provide it with

0 commit comments

Comments
 (0)