mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Update path of icon images to match new file structure
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user