From 96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 28 Mar 2019 01:30:06 +0100 Subject: get pogen via npm registry --- gulpfile.js | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'gulpfile.js') 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", @@ -242,17 +239,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 */ -- cgit v1.2.3