Merge pull request #7829 from nextcloud/fix/icon-locations

Update path of icon images to match new file structure
This commit is contained in:
Christoph Wurst 2021-12-17 09:30:20 +01:00 committed by GitHub
commit 68875809aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();