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: put ts output i


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: put ts output into build directory
Date: Sat, 27 May 2017 16:44:55 +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 c9f5ac8e put ts output into build directory
c9f5ac8e is described below

commit c9f5ac8e763eda19aa0564179300cfff76785435
Author: Florian Dold <address@hidden>
AuthorDate: Sat May 27 16:44:49 2017 +0200

    put ts output into build directory
---
 gulpfile.js   | 1 +
 tsconfig.json | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gulpfile.js b/gulpfile.js
index d21af056..3141684a 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -111,6 +111,7 @@ const tsBaseArgs = {
   noImplicitReturns: true,
   noFallthroughCasesInSwitch: true,
   strict: true,
+  outDir: "build/src/",
   noImplicitAny: true,
 };
 
diff --git a/tsconfig.json b/tsconfig.json
index a97c8f2b..7409f2b8 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -13,6 +13,7 @@
     "noImplicitReturns": true,
     "noFallthroughCasesInSwitch": true,
     "strict": true,
+    "outDir": "build/src/",
     "noImplicitAny": true
   },
   "files": [

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



reply via email to

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