From eb8d5df9b20381e2b44a9ac8d56079354b72b339 Mon Sep 17 00:00:00 2001 From: tasotasoso Date: Tue, 27 Apr 2021 18:06:23 +0900 Subject: [PATCH 1/2] fix path for javascript file --- code/module-07/m07-end/module07.html | 4 ++-- code/module-07/m07-start/module07.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/module-07/m07-end/module07.html b/code/module-07/m07-end/module07.html index e2bfe13..ffa19a5 100644 --- a/code/module-07/m07-end/module07.html +++ b/code/module-07/m07-end/module07.html @@ -7,8 +7,8 @@

Test JavaScript

-

This page calls the script module08_main.js and is used for testing.

- +

This page calls the script module07_main.js and is used for testing.

+ diff --git a/code/module-07/m07-start/module07.html b/code/module-07/m07-start/module07.html index e2bfe13..ffa19a5 100644 --- a/code/module-07/m07-start/module07.html +++ b/code/module-07/m07-start/module07.html @@ -7,8 +7,8 @@

Test JavaScript

-

This page calls the script module08_main.js and is used for testing.

- +

This page calls the script module07_main.js and is used for testing.

+ From 3196cbeefbf172b309223d52c19b838b5a5eeced Mon Sep 17 00:00:00 2001 From: tasotasoso Date: Tue, 27 Apr 2021 18:09:17 +0900 Subject: [PATCH 2/2] Fixed outDir to match other exercises of module07. --- code/module-07/m07-end/tsconfig.json | 2 +- code/module-07/m07-start/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/module-07/m07-end/tsconfig.json b/code/module-07/m07-end/tsconfig.json index c582b8b..40c7205 100644 --- a/code/module-07/m07-end/tsconfig.json +++ b/code/module-07/m07-end/tsconfig.json @@ -14,7 +14,7 @@ // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ - "outDir": "build", /* Redirect output structure to the directory. */ + // "outDir": "./", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ diff --git a/code/module-07/m07-start/tsconfig.json b/code/module-07/m07-start/tsconfig.json index c582b8b..40c7205 100644 --- a/code/module-07/m07-start/tsconfig.json +++ b/code/module-07/m07-start/tsconfig.json @@ -14,7 +14,7 @@ // "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */ // "sourceMap": true, /* Generates corresponding '.map' file. */ // "outFile": "./", /* Concatenate and emit output to single file. */ - "outDir": "build", /* Redirect output structure to the directory. */ + // "outDir": "./", /* Redirect output structure to the directory. */ // "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "composite": true, /* Enable project compilation */ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */