5 lines
257 B
Smarty
5 lines
257 B
Smarty
// DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
|
|
$context-menu-icons-cachebust: "<%= (0|Math.random()*9e6).toString(36) %>";
|
|
$context-menu-icons: (<% _.each(glyphs, function(glyph) { %>
|
|
<%= glyph.name %>: "<%= glyph.unicode %>",<% }); %>
|
|
); |