Skip to content

Remove sync script for gitlab-svgs and reference the vendored library directly

Mike Greiling requested to merge remove-svg-sync-script into master

This removes the need to manually sync the app/assets/images/illustrations directory manually whenever the @gitlab-org/gitlab-svgs package is updated. This can be error prone when one updates the package.json but forgets to run the sync script (as in gitlab-org/gitlab-ce!17650). Sprockets will now reference the node_modules directory directly.

/cc @timzallmann @ClemMakesApps @filipa

Edited by Mike Greiling

Merge request reports

Loading