1
0
Gildas 5 жил өмнө
parent
commit
07e86adf1a

+ 4 - 4
cli/back-ends/common/scripts.js

@@ -25,7 +25,7 @@
 
 const fs = require("fs");
 
-const SCRIPTS = [		
+const SCRIPTS = [
 	"lib/single-file/processors/hooks/content/content-hooks.js",
 	"lib/single-file/processors/hooks/content/content-hooks-web.js",
 	"lib/single-file/processors/hooks/content/content-hooks-frames.js",
@@ -59,9 +59,9 @@ const INDEX_SCRIPTS = [
 ];
 
 const WEB_SCRIPTS = [
-	"lib/single-file/processors/hooks/content/content-hooks-web.js",
-	"lib/single-file/processors/hooks/content/content-hooks-frames-web.js",
-	"common/ui/content/content-infobar-web.js"
+	"/lib/single-file/processors/hooks/content/content-hooks-web.js",
+	"/lib/single-file/processors/hooks/content/content-hooks-frames-web.js",
+	"/common/ui/content/content-infobar-web.js"
 ];
 
 exports.get = async options => {