MAILGO_VERSION dynamically managed by gulp

This commit is contained in:
Matteo Manzinello
2019-05-09 14:52:24 +02:00
parent 87cd88b3ff
commit 3a1efd8daf
6 changed files with 60 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
const version = "0.2.3";
const version = "MAILGO_VERSION";
mailgoInit = () => {
const styleSheet = document.createElement("link");