Skip to content

Commit f786c44

Browse files
Merge pull request #408 from NativeScript/vladimirov/polish-html-help
Move html styles to common
2 parents 8c955eb + 07e0074 commit f786c44

File tree

6 files changed

+5
-26
lines changed

6 files changed

+5
-26
lines changed

docs/helpers/basic-page.html

-12
This file was deleted.

docs/helpers/favicon.ico

32.2 KB
Binary file not shown.

docs/helpers/logo.png

2.19 KB
Loading

docs/helpers/styles.css

-13
This file was deleted.

lib/config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@ export class StaticConfig extends staticConfigBaseLibPath.StaticConfigBase imple
5252
public get helpTextPath(): string {
5353
return path.join(__dirname, "../resources/help.txt");
5454
}
55+
56+
public get HTML_CLI_HELPERS_DIR(): string {
57+
return path.join(__dirname, "../docs/helpers");
58+
}
5559
}
5660
$injector.register("staticConfig", StaticConfig);

0 commit comments

Comments
 (0)