JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: make html5 work in ie6-8 and locally
[wfpl.git] / metaform / site-template.html
index 0298f9c..bebfc07 100644 (file)
@@ -4,11 +4,13 @@
        <meta charset="utf-8" />
        <title>~$title html~</title>
        <!--[if lt IE 9]>
-               <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+               ~$running_locally {~<script src="/javascript/html5.js"></script>~}~
+               ~$running_locally unset {~<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>~}~
        <![endif]-->
        <script>less = {env:'development'};</script>
        <link rel="stylesheet/less" href="style_01.less" />
-       <script src="http://lesscss.googlecode.com/files/less-1.0.41.min.js"></script>
+       <!--~$running_locally {~--><script src="/javascript/less/less.min.js"></script><!--~}~-->
+       <!--~$running_locally unset {~--><script src="http://lesscss.googlecode.com/files/less-1.0.41.min.js"></script><!--~}~-->
        <!--~$head~-->
 </head>