Indentation
parent
33f725e99b
commit
b4e0d1e879
|
@ -224,10 +224,10 @@ following to your `satis.json`:
|
|||
* `format`: optional, `zip` (default) or `tar`
|
||||
* `prefix-url`: optional, location of the downloads, homepage (from `satis.json`) followed by `directory` by default
|
||||
* `skip-dev`: optional, `false` by default, when enabled (`true`) satis will not create downloads for branches
|
||||
* `absolute-directory`: optional, a _local_ directory where the dist files are dumped instead of `outpur-dir`/`directory`
|
||||
* `whitelist`: optional, if set as a list of package names, satis will only dump the dist files of these packages
|
||||
* `blacklist`: optional, if set as a list of package names, satis will not dump the dist files of these packages
|
||||
* `checksum`: optional, `true` by default, when disabled (`false`) satis will not provide the sha1 checksum for the dist files
|
||||
* `absolute-directory`: optional, a _local_ directory where the dist files are dumped instead of `outpur-dir`/`directory`
|
||||
* `whitelist`: optional, if set as a list of package names, satis will only dump the dist files of these packages
|
||||
* `blacklist`: optional, if set as a list of package names, satis will not dump the dist files of these packages
|
||||
* `checksum`: optional, `true` by default, when disabled (`false`) satis will not provide the sha1 checksum for the dist files
|
||||
|
||||
Once enabled, all downloads (include those from GitHub and BitBucket) will be replaced with a _local_ version.
|
||||
|
||||
|
@ -241,8 +241,8 @@ which look like the following: `https://my-bucket.s3.amazonaws.com/dist/vendor-p
|
|||
|
||||
### Web outputs
|
||||
|
||||
* `output-html`: optional, `true` by default, when disabled (`false`) satis will not generate the `output-dir`/index.html page.
|
||||
* `twig-template`: optional, a path to a personalized [Twig](http://twig.sensiolabs.org/) template for the `output-dir`/index.html page.
|
||||
* `output-html`: optional, `true` by default, when disabled (`false`) satis will not generate the `output-dir`/index.html page.
|
||||
* `twig-template`: optional, a path to a personalized [Twig](http://twig.sensiolabs.org/) template for the `output-dir`/index.html page.
|
||||
|
||||
### Abandoned packages
|
||||
|
||||
|
|
Loading…
Reference in New Issue