K
K
kvitalbox2017-12-26 18:32:23
UIkit
kvitalbox, 2017-12-26 18:32:23

Uikit 3. In which file are the icons - after running in the browser?

After initialization via npm run watch. You can delete Svg files with icons, and move the dir folder, for example, to another directory. The icons will still be there when you start the browser (without the Internet and with a cleared cache). What file are they in?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Reshetnyak, 2018-07-10
@Vampireos

The question is not entirely clear, but perhaps you are looking for the file dist/js/uikit-icons.js
All svg after compilation in it.
And of course the icons will be at startup if you have a file included in the head
<script src="/js/uikit-icons.min.js"></script>

A
Andrew, 2019-07-08
@asuikit

The question is not entirely clear, but
perhaps you should pay attention to one of the following places:
dist/js/uikit-icons.js
dist/js/uikit-icons.min.js
dist/js/uikit-icons-mytheme.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question