Merge commit '8e667369559fdd37dcf8d95958fa0cba6f0c6fec'
This commit is contained in:
commit
b494a3b712
2 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ Sprites
|
|||
|
||||
If your style requires any sprites, make sure the style JSON contains proper path in the ``sprite`` property.
|
||||
|
||||
It can be a local path (e.g. ``my-style/sprite``) or remove http(s) location (e.g. ``https://mycdn.com/my-style/sprite``). Several possible extension are added to this path, so the following files should be present:
|
||||
It can be a local path (e.g. ``my-style/sprite``) or remote http(s) location (e.g. ``https://mycdn.com/my-style/sprite``). Several possible extension are added to this path, so the following files should be present:
|
||||
|
||||
* ``sprite.json``
|
||||
* ``sprite.png``
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ Getting started
|
|||
-p, --port <port> Port [8080]
|
||||
-C|--no-cors Disable Cross-origin resource sharing headers
|
||||
-V, --verbose More verbose output
|
||||
-s, --silent Less verbose output
|
||||
-v, --version Version info
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue