debian-mirror-gitlab/app/assets/javascripts/lib/utils/icons_path.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
176 B
JavaScript
Raw Normal View History

2019-10-12 21:52:04 +05:30
// 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;