We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0487233 commit 6ceb403Copy full SHA for 6ceb403
.gitignore
@@ -26,8 +26,8 @@ _build
26
*.snag
27
28
# Icons files
29
-developer_manual/design/img
30
-developer_manual/design/icons.txt
+developer_manual/html_css_design/img
+developer_manual/html_css_design/icons.txt
31
32
# Exclude Eclipse project
33
.project
build/generateIconsDoc.php
@@ -38,7 +38,7 @@ function command_exist($cmd) {
38
}
39
40
$sourceDirectory = __DIR__ . '/server';
41
-$destinationDirectory = __DIR__ . '/../developer_manual/design/';
+$destinationDirectory = __DIR__ . '/../developer_manual/html_css_design/';
42
43
// Init scss compiler
44
$scss = new Compiler();
0 commit comments