gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: include emscrip


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: include emscripten binary at new location
Date: Mon, 29 May 2017 13:47:00 +0200

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 9e3e58d8 include emscripten binary at new location
9e3e58d8 is described below

commit 9e3e58d845d5c153aa93c90a5b7b76129e628db9
Author: Florian Dold <address@hidden>
AuthorDate: Mon May 29 13:46:55 2017 +0200

    include emscripten binary at new location
---
 gulpfile.js | 22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 0f206ed8..d3216317 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -63,38 +63,34 @@ const paths = {
       "decl/urijs.d.ts",
     ],
     test: [
-        "testlib/**/.ts",
         "src/**/*-test*.ts",
     ],
   },
   // distributed in the chrome extension
   dist: [
+    "dist/*-bundle.js",
+    "emscripten/taler-emscripten-lib.js",
     "img/icon.png",
     "img/logo.png",
     "src/**/*.{css,html}",
-    "dist/*-bundle.js",
   ],
   // for the source distribution
   extra: [
-      "scripts/prove-node",
-      "scripts/prove-selenium",
-      "src/i18n/*.po",
-      "src/i18n/*.pot",
-      "decl/**/*.d.ts",
       "AUTHORS",
-      "README",
       "COPYING",
       "Makefile",
+      "README",
       "configure",
+      "decl/**/*.d.ts",
       "gulpfile.js",
-      "tsconfig.json",
+      "manifest.json",
       "package.json",
+      "pogen/example/test.ts",
       "pogen/pogen.ts",
       "pogen/tsconfig.json",
-      "pogen/example/test.ts",
-      // Only in extra, because the manifest is processed/generated
-      // targets other than "srcdist".
-      "manifest.json",
+      "src/i18n/*.po",
+      "src/i18n/*.pot",
+      "tsconfig.json",
   ],
 };
 

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



reply via email to

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