Skip to content

Commit a6acb0a

Browse files
authored
Merge pull request #348 from gtt-project/dkastl/issue347
Ensure icons are added to assets
2 parents 275a153 + 141855b commit a6acb0a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
author_url 'https://github.com/georepublic'
77
url 'https://github.com/gtt-project/redmine_gtt'
88
description 'Adds location-based task management and maps'
9-
version '6.0.1'
9+
version '6.0.2'
1010

1111
requires_redmine :version_or_higher => '5.1.0'
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redmine_gtt",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Plugin that adds spatial capabilities to Redmine",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

src/styles/icons/custom/custom-icons-def.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as FontFaceObserver from 'fontfaceobserver';
22
import FontSymbol from 'ol-ext/style/FontSymbol';
3+
import './custom-icons.woff2';
34

45
const iconMappings: { [key: string]: any } = {
56
'lobsta': '\uf101',

src/styles/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ import '@mdi/font/css/materialdesignicons.css';
1919

2020
// Import Material Design icons definition JS file to define icon names and variations
2121
import './icons/material-design/material-design-def';
22+
23+
// Import plugin SVG icons to make them available in assets/images
24+
import './images/icons.svg';

0 commit comments

Comments
 (0)