Use zeptojs instead of jquery and load form.js
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 16 Jan 2014 17:30:55 +0000 (19:30 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 16 Jan 2014 17:30:55 +0000 (19:30 +0200)
lib/Gruntmaster/Page/Common.pm

index 65cf53c334777f90fea6f96659d80fa75621a1e8..667dae8d61258c4bc095f1a8b5a1e3f5f06296db 100644 (file)
@@ -13,8 +13,9 @@ my %header_templates = (
 <!DOCTYPE html>
 <title>TITLE_GOES_HERE</title>
 <link rel="stylesheet" href="/gm.css">
-<script src="/jquery-2.0.3.min.js"></script>
-<script src="/view.js"></script>
+<script src="/zepto.var" defer></script>
+<script src="/view.js" defer></script>
+<script src="/form.js" defer></script>
 <meta charset="utf-8">
 
 <span id="admin"></span>
This page took 0.010416 seconds and 4 git commands to generate.