Update path of icon images to match new file structure

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf
2021-11-26 08:39:56 +01:00
parent 04872339e2
commit 6ceb403b59
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -26,8 +26,8 @@ _build
*.snag
# Icons files
developer_manual/design/img
developer_manual/design/icons.txt
developer_manual/html_css_design/img
developer_manual/html_css_design/icons.txt
# Exclude Eclipse project
.project

View File

@@ -38,7 +38,7 @@ if (!command_exist('svgexport')) {
}
$sourceDirectory = __DIR__ . '/server';
$destinationDirectory = __DIR__ . '/../developer_manual/design/';
$destinationDirectory = __DIR__ . '/../developer_manual/html_css_design/';
// Init scss compiler
$scss = new Compiler();