Skip to content

[BUGFIX] Do not symlink _assets folder to shared (deployer)

Currently, the _assets folder is symlinked to shared folder during deployment. This leads to wrong paths to styles and JavaScript.

To fix this, _assets is not symlinked anymore because the linking of these, will happen automatically.

Fixes #13 (closed)

Merge request reports

Loading