gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] 01/02: include JavaScript in installed b


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 01/02: include JavaScript in installed bundle
Date: Sat, 06 Jan 2018 12:46:39 +0100

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

marcello pushed a commit to branch master
in repository backoffice.

commit c65f735ba2a0b80ca2de3b46c67ce9e7155ce166
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Jan 6 10:53:40 2018 +0100

    include JavaScript in installed bundle
---
 setup.py                     | 2 ++
 taler-merchant-backoffice.in | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index cd82b8b..bd3c48a 100755
--- a/setup.py
+++ b/setup.py
@@ -13,6 +13,8 @@ setup(name='talerbackoffice',
       test_suite="nose.collector",
       package_data={
           '':[
+              "backoffice/static/*.js",
+              "backoffice/static/*.css",
               "backoffice/templates/*.html",
               "backoffice/static/web-common/*.png",
               "backoffice/static/web-common/*.css",
diff --git a/taler-merchant-backoffice.in b/taler-merchant-backoffice.in
index 59108e6..0ea5097 100644
--- a/taler-merchant-backoffice.in
+++ b/taler-merchant-backoffice.in
@@ -39,7 +39,6 @@ def handle_serve_http(args):
               "--env", "BACKOFFICE_INSTANCES=%s" % TC["backoffice-%s" % 
args.frontend]["instances"].value_string(required=True))
               
 def handle_serve_uwsgi(args):
-    del args # pacify PEP checkers
     serve_uwsgi = TC["backoffice-%s" % 
args.frontend]["uwsgi_serve"].value_string(required=True).lower()
     params = ["uwsgi", "uwsgi",
               "--master",

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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