Use locally downloaded copy of handlebars-v1.1.2.js rather than the
authorMike Taylor <mike@indexdata.com>
Tue, 26 Nov 2013 12:49:57 +0000 (12:49 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 26 Nov 2013 12:49:57 +0000 (12:49 +0000)
master copy from
http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.1.2.js
since that one generates a warning in Chrome:
"Resource interpreted as Script but transferred with MIME type binary/octet-stream"

tools/htdocs/handlebars-test.html

index ba03bf4..7a9d3b7 100644 (file)
@@ -1,7 +1,7 @@
 <html>
   <head>
     <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
-    <script type="text/javascript" src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.1.2.js"></script>
+    <script type="text/javascript" src="handlebars-v1.1.2.js"></script>
     <script id="entry-template" type="text/x-handlebars-template">
       <div class="entry">
        <h1>{{title}}</h1>