I forgot to minify

This commit is contained in:
Zack Rauen 2020-02-26 22:14:00 -05:00
parent 1e1d7a242b
commit 6c03d9090c
3 changed files with 4 additions and 4 deletions

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
const __dataPath = (__platform === "win32" ? __process.env.APPDATA : __platform === "darwin" ? __process.env.HOME + "/Library/Preferences" : process.env.HOME + "/.config") + "/BetterDiscord/";
const localStorageFile = "localStorage.json";
const __data = {};
let __data = {};
if (__fs.existsSync(`${__dataPath}${localStorageFile}`)) {
try {
__data = JSON.parse(__fs.readFileSync(`${__dataPath}${localStorageFile}`));

4
js/main.min.js vendored

File diff suppressed because one or more lines are too long