Skip to content
Snippets Groups Projects
Unverified Commit 8d4892b5 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Install composer deps with -o flag to fix an autoloading error


For an yet unknown reason, composer suddenly fails to load the
UrlLinker class if dependencies haven't been installed with the
optimize flag.

Ref #697

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent b9015012
No related branches found
No related tags found
No related merge requests found
[package]
before_cmds = [
"composer install --no-dev",
"composer install --no-dev -o",
"npm install --deps",
"npm run build",
]
......
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