From 8839b646fb8f8261893b1c41ee884e5f99a354a8 Mon Sep 17 00:00:00 2001 From: Evsyukov Denis Date: Thu, 11 Apr 2024 15:04:47 +0300 Subject: [PATCH] feat: add newline to static files to merge files correctly, we need to add a newline character to the static files at the end of the file --- static/common.js | 2 +- static/default.css | 2 +- static/view.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/common.js b/static/common.js index f3e3542..457c85c 100644 --- a/static/common.js +++ b/static/common.js @@ -24,4 +24,4 @@ const rrh = { } return this.l10nMap[text] || text }, -} \ No newline at end of file +} diff --git a/static/default.css b/static/default.css index b22e52a..5cd3876 100644 --- a/static/default.css +++ b/static/default.css @@ -992,4 +992,4 @@ figcaption { padding-bottom: .5rem; } padding: 1rem 2rem; font-family: Georgia, serif; } -} \ No newline at end of file +} diff --git a/static/view.js b/static/view.js index 06fc1ec..6827adb 100644 --- a/static/view.js +++ b/static/view.js @@ -46,4 +46,3 @@ wrapper.appendChild(hamburgerSection); } input.setAttribute('list', 'cat-name-options') })(); -