Skip to content
Snippets Groups Projects
Commit 2a997e29 authored by totten's avatar totten
Browse files

README.md

parent c38ac7bd
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,27 @@ options:
## Public URL of the public/web-readable folder
"url": "/libraries/civicrm"
## How to put the file in the public/web-readable folder?
##
## TIP: For a safe+portable default, use "copy". On a local-dev machine, set environment variable
## `CIVICRM_COMPOSER_ASSET=symdir` so that all local builds use "symdir".
##
## Options:
## - "copy": Each asset/file is individually copied.
## - "symlink": Each asset/file is individually symlinked.
## - "symdir": The main directories are symlinked, bringing all files underneath.
##
## "copy" "symlink" "symdir"
## ------ --------- --------
## Compatiblity: Windows Good Poor Poor
## Compatiblity: Linux/OSX Good Good Good
## Compatiblity: HTTPD Good Depends Depends
## Precision: Does it *only* publish assets? Good Good Poor
## Updating: Do code-edits require manual sync? Manual Automatic Automatic
## Updating: Do new-files require manual sync? Manual Manual Automatic
##
"file-mode": "copy",
## Customize default list of assets
"assets:*": {
"include": ["**.js", "**.css"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment