From 6f22d25908de80cdd9d5ac6dfd80f7f58fc91d0b Mon Sep 17 00:00:00 2001 From: Dmitry Sharabin Date: Fri, 28 Jun 2024 22:25:04 +0200 Subject: [PATCH 1/2] Remove support for transpiled versions --- get/index.tpl.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/get/index.tpl.html b/get/index.tpl.html index 02ce2e4c..48b61cc4 100644 --- a/get/index.tpl.html +++ b/get/index.tpl.html @@ -25,17 +25,6 @@

Will you read the code in the JavaScript and CSS files?

No, give me something compressed -
-

What browser support do you need?

- - -

Feeling adventurous?

- +

Now copy and paste the following code in your page’s <head> section, or click on the links below to download these files locally:

<script src="https://get.mavo.io/[path][filename]"></script>

From c950e7599d582fa583a24ac52f75229e3b945f48 Mon Sep 17 00:00:00 2001
From: Dmitry Sharabin 
Date: Fri, 28 Jun 2024 22:26:38 +0200
Subject: [PATCH 2/2] Add instructions on installing from npm

---
 get/index.tpl.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/get/index.tpl.html b/get/index.tpl.html
index 48b61cc4..a39e7e2a 100644
--- a/get/index.tpl.html
+++ b/get/index.tpl.html
@@ -52,6 +52,9 @@ 

Feeling adventurous?

Now copy and paste the following code in your page’s <head> section, or click on the links below to download these files locally:

<script src="https://get.mavo.io/[path][filename]"></script>
 <link rel="stylesheet" href="https://get.mavo.io/[path]mavo[if(minify, '.' & min)].css">
+ +

Looking for another option? You have the choice to install Mavo via npm:

+
npm install mavo