From 6f6ea4ce0df4bf75ed5231f699d35d1675110873 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sun, 28 Sep 2014 14:38:29 -0400 Subject: [PATCH] use minified file in guide to match installation --- archive/v0.1.22/getting-started.html | 4 ++-- archive/v0.1.22/mithril.min.zip | Bin 73977 -> 73977 bytes docs/getting-started.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archive/v0.1.22/getting-started.html b/archive/v0.1.22/getting-started.html index 0046aa85..fa2a6a16 100644 --- a/archive/v0.1.22/getting-started.html +++ b/archive/v0.1.22/getting-started.html @@ -57,7 +57,7 @@

Once you have a copy of Mithril, getting started is surprisingly boilerplate-free:

<!doctype html>
 <title>Todo app</title>
-<script src="mithril.js"></script>
+<script src="mithril.min.js"></script>
 <script>
 //app goes here
 </script>
@@ -304,7 +304,7 @@ m.module(document, todo);

Summary

Here's the application code in its entirety:

<!doctype html>
-<script src="mithril.js"></script>
+<script src="mithril.min.js"></script>
 <script>
 //this application only has one module: todo
 var todo = {};
diff --git a/archive/v0.1.22/mithril.min.zip b/archive/v0.1.22/mithril.min.zip
index 433baebd24af77470e9b8b15f0d1b9bd6fd84287..1ea2e11f1e5d621b74c67329d073caf6fa94a486 100644
GIT binary patch
delta 69
zcmex)kmct=7Ty4FW)?065ZF^
 Todo app
-
+
 
@@ -408,7 +408,7 @@ Here's the application code in its entirety:
 
 ```markup
 
-
+