We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497634b commit 745966aCopy full SHA for 745966a
samples/generate-index.sh
@@ -4,12 +4,13 @@
4
5
echo ">>>Running generate-index.sh"
6
7
-# Define path based on platform.
+# Set up paths.
8
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
9
-PROJECT_ROOT=$(dirname "$SCRIPT_DIR") # Get the parent directory (js-api-samples)
+PROJECT_ROOT=$(dirname "$SCRIPT_DIR")
10
DIST_DIR="$PROJECT_ROOT/dist"
11
12
-echo "Project root ${PROJECT_ROOT}"
+echo "SCRIPT_DIR: ${SCRIPT_DIR}"
13
+echo "PROJECT_ROOT: ${PROJECT_ROOT}"
14
15
# Create the output file.
16
OUTPUT_FILE="index.html"
0 commit comments