Adding 'loaded' event to kiwi.events
[KiwiIRC.git] / client / src / index.html.tmpl
index 1d59ce42fce7aaa343b4603c3822a35c9fc0e354..1d796fc7c5b9b2836b1f31eb3dd8405b6bfbf5ab 100644 (file)
@@ -9,7 +9,7 @@
 \r
 <link rel="shortcut icon" href="<%base_path%>/assets/img/favicon.ico">\r
 \r
-<link rel="stylesheet" type="text/css" href="<%base_path%>/assets/css/style.css" />\r
+<link rel="stylesheet" type="text/css" href="<%base_path%>/assets/css/style.css?t=<%build_time%>" />\r
 <link rel="stylesheet" type="text/css" href="<%base_path%>/assets/css/font-awesome.min.css" />\r
 </head>\r
 <body>\r
 \r
         // If we're not interested in debug libs, start loading production files\r
         if (!getQueryVariable('debug')) {\r
-            scripts.push(['assets/libs/lodash.min.js']);\r
+            scripts.push(['assets/libs/lodash.min.js?t=<%build_time%>']);\r
             scripts.push([\r
-                'assets/libs/backbone.min.js',\r
-                'assets/libs/jed.js'\r
+                'assets/libs/backbone.min.js?t=<%build_time%>',\r
+                'assets/libs/jed.js?t=<%build_time%>'\r
             ]);\r
             scripts.push([\r
-                'assets/kiwi.min.js',\r
-                'assets/libs/engine.io.bundle.min.js'\r
+                'assets/kiwi.min.js?t=<%build_time%>',\r
+                'assets/libs/engine.io.bundle.min.js?t=<%build_time%>'\r
             ]);\r
 \r
             loadNextScript();\r