about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-12-31 12:37:23 +0300
committerManeraKai <manerakai@protonmail.com>2022-12-31 12:37:23 +0300
commiteb7d1ce4c7bd288fb5db37b7c5c1cabed7e8d326 (patch)
treeaf020d0031c842573e0862478a2ff88e448eb4f6 /package.json
parentSwitched back to pug (diff)
downloadlibredirect-eb7d1ce4c7bd288fb5db37b7c5c1cabed7e8d326.zip
Removed Wikiless, Neuters. Optimization
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 05cd1ecc..d8d2677a 100644
--- a/package.json
+++ b/package.json
@@ -10,8 +10,7 @@
 		"build": "web-ext build",
 		"test": "web-ext lint",
 		"instances": "python3 src/instances/get_instances.py && git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json",
-		"ejs": "ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html && ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html",
-		"pug": "pug --pretty --basedir ./ --obj ./src/config/config.json src/pages/options/index.pug --out src/pages/options/ src/pages/popup/popup.pug --out src/pages/popup/"
+		"pug": "pug --pretty --basedir ./ --obj ./src/config.json src/pages/options/index.pug --out src/pages/options/ && pug --pretty --basedir ./ --obj ./src/config.json src/pages/popup/popup.pug --out src/pages/popup/"
 	},
 	"repository": {
 		"type": "git",
@@ -24,7 +23,6 @@
 	},
 	"homepage": "https://libredirect.github.io",
 	"devDependencies": {
-		"pug": "^2.0.4",
 		"web-ext": "^7.2.0"
 	},
 	"webExt": {