Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 526 Bytes

static-content-deploy.md

File metadata and controls

23 lines (18 loc) · 526 Bytes

Patch static-content-deploy relative symlinks

Makes the static content deploy use relative symlinks in developer mode. Does not affect production mode.

Installation

  1. Install https://github.com/vaimo/composer-patches

  2. Add the following to the patches area of your composer.json

{
  "extra": {
    "patches": {
      "*": {
        "Patch static-content-deploy relative symlinks": {
          "source": "./vendor/reach-digital/docker-devbox/patch/static-content-deploy.diff"
        }
      }
    }
  }
}