go on with working on ssr and typescript

This commit is contained in:
Matteo Manzinello 2020-04-25 15:19:10 +02:00
parent 8293ceac5e
commit 1eba37acce
3 changed files with 649 additions and 720 deletions

2
dist/mailgo.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -31,11 +31,13 @@ function style() {
function js() {
let cssMinContent = fs.readFileSync("dist/mailgo.min.css", "utf8");
return src("src/*.ts")
.pipe(replace("MAILGO_STYLE", cssMinContent))
.pipe(tsProject())
.pipe(babel())
.pipe(dest("./"));
return (
src("src/*.ts")
.pipe(replace("MAILGO_STYLE", cssMinContent))
.pipe(tsProject())
// .pipe(babel())
.pipe(dest("./"))
);
}
/*

1355
mailgo.js

File diff suppressed because it is too large Load Diff