diff options
author | Hygna <hygna@proton.me> | 2022-09-18 17:03:54 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-18 17:03:54 +0100 |
commit | 978e07930705e87b04d0eafe86233bb62fb36c03 (patch) | |
tree | 1b0bf4b8fa4807d13e3942d84d9467627fe4e5d4 /package.json | |
parent | More ejs progress (diff) | |
download | libredirect-978e07930705e87b04d0eafe86233bb62fb36c03.zip |
Converted index.html to ejs
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 50872aac..ee0d9089 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "test": "web-ext lint --source-dir ./src/ || true", "pug": "pug ./src/pages/options/*.pug ./src/pages/popup/ -P -w", "prettier": "npx prettier --write .", - "instances": "python3 src/instances/get_instances.py; git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json" + "instances": "python3 src/instances/get_instances.py; git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json", + "ejs": "npx ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html" }, "repository": { "type": "git", |