summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-28 01:30:06 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-28 01:30:06 +0100
commit96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1 (patch)
tree302cdc4390c7889a06613b481476258366d41ef5 /gulpfile.js
parentcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (diff)
downloadwallet-core-96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1.tar.gz
wallet-core-96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1.tar.bz2
wallet-core-96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1.zip
get pogen via npm registry
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 5bd5ebaef..f4bc9b21e 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -87,9 +87,6 @@ const paths = {
"gulpfile.js",
"manifest.json",
"package.json",
- "pogen/example/test.ts",
- "pogen/pogen.ts",
- "pogen/tsconfig.json",
"src/i18n/*.po",
"src/i18n/*.pot",
"src/i18n/poheader",
@@ -243,17 +240,6 @@ gulp.task("srcdist", [], function () {
/**
- * Compile po extraction script.
- */
-gulp.task("pogenjs", [], function () {
- var tsProject = ts.createProject("pogen/tsconfig.json");
- return tsProject.src()
- .pipe(ts(tsProject))
- .pipe(gulp.dest("pogen"));
-});
-
-
-/**
* Extract .po files from source code
*/
gulp.task("pogen", function (cb) {