mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01:00
Rename helpers folder, move some vue filters
This commit is contained in:
parent
b164e95290
commit
fc1c9568e2
44 changed files with 66 additions and 85 deletions
|
|
@ -24,12 +24,12 @@ const fs = require("fs");
|
|||
const fullNameEmojiMapOutput = JSON.stringify(fullNameEmojiMap, null, 2) + "\n";
|
||||
|
||||
fs.writeFileSync(
|
||||
path.resolve(path.join(__dirname, "..", "client", "js", "libs", "simplemap.json")),
|
||||
path.resolve(path.join(__dirname, "..", "client", "js", "helpers", "simplemap.json")),
|
||||
emojiMapOutput
|
||||
);
|
||||
|
||||
fs.writeFileSync(
|
||||
path.resolve(path.join(__dirname, "..", "client", "js", "libs", "fullnamemap.json")),
|
||||
path.resolve(path.join(__dirname, "..", "client", "js", "helpers", "fullnamemap.json")),
|
||||
fullNameEmojiMapOutput
|
||||
);
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue