gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ops-www] branch master updated: fix render issues


From: gnunet
Subject: [taler-taler-ops-www] branch master updated: fix render issues
Date: Sat, 24 Feb 2024 23:41:04 +0100

This is an automated email from the git hooks/post-receive script.

nora pushed a commit to branch master
in repository taler-ops-www.

The following commit(s) were added to refs/heads/master by this push:
     new 6f9696d  fix render issues
6f9696d is described below

commit 6f9696da8aae59f1f7891d740941f9239a0ed650
Author: Nullptrderef <nullptrderef@national.shitposting.agency>
AuthorDate: Sat Feb 24 23:41:00 2024 +0100

    fix render issues
---
 locale/messages.pot | 4 ++--
 package.json        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/locale/messages.pot b/locale/messages.pot
index d05e4bd..099c2c2 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,14 +8,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-02-24 23:37+0100\n"
+"POT-Creation-Date: 2024-02-24 23:40+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.10.3\n"
+"Generated-By: Babel 2.12.1\n"
 
 #: common/base.j2:18
 msgid "Taler Operations AG, Biel, Switzerland"
diff --git a/package.json b/package.json
index 47cf61b..696c70f 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,7 @@
     "prepare-parcel": "rm -f rendered/index.html && for file in 
rendered/**/*.html; do echo \"<a href='$file'>...</a>\" >> rendered/index.html; 
done; sed -i 's/rendered/./g' rendered/index.html",
     "build-parcel": "parcel build rendered/index.html",
     "build-parcel-no-optimize": "parcel build rendered/index.html 
--no-optimize",
-    "handle-parcel-output": "rm -rf rendered && mv dist rendered",
+    "handle-parcel-output": "mv dist/* rendered/",
     "cleanup-parcel": "rm rendered/index.html"
   },
   "private": true,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]