go on with i18n

This commit is contained in:
Matteo Manzinello
2020-06-10 19:40:55 +02:00
parent 13e8e9e828
commit 01fc4f1447
6 changed files with 18 additions and 5 deletions

View File

@@ -38,7 +38,12 @@ function js() {
.pipe(replace(MAILGO_STYLE_TAG, cssMinContent))
.pipe(tsProject())
// .pipe(babel())
.pipe(dest("./"))
.pipe(
rename({
suffix: ".m",
})
)
.pipe(dest("src"))
);
}