mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-10-15 16:40:10 +00:00
împl
This commit is contained in:
parent
a85764891d
commit
ab222a60e3
11 changed files with 129 additions and 53 deletions
|
@ -36,7 +36,7 @@ function findHtmlFilesRecursive(source: string): string[] {
|
|||
}
|
||||
|
||||
function replaceKeywordsInHtmlFile(file: string) {
|
||||
const content = fs.readFileSync(file, 'utf8');
|
||||
let content = fs.readFileSync(file, 'utf8');
|
||||
const pairs = appConfig.htmlTemplatePairs;
|
||||
pairs.forEach(function (pair: object) {
|
||||
// @ts-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue