summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
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) {