Welcome to mirror list, hosted at ThFree Co, Russian Federation.

icons_path.js « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a1c3c8e7b35280e8e7e50978a40e0e26b7d5fe2 (plain)
1
2
3
// any import of '@gitlab/svgs/dist/icons.svg' will be overridden with this
// to avoid asset duplication between sprockets and webpack
export default gon && gon.sprite_icons;