mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #7829 from nextcloud/fix/icon-locations
Update path of icon images to match new file structure
This commit is contained in:
commit
68875809aa
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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user