Add a build note to index.html

This commit is contained in:
Dan Holmsand 2014-11-29 23:54:17 +01:00
parent 723a1aa379
commit 73f5ee53dc

View File

@ -2,12 +2,12 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Testing reagent</title>
<link rel="stylesheet" href="css/examples.css"> <link rel="stylesheet" href="css/examples.css">
<link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/main.css">
</head> </head>
<body> <body>
<h1>This will become an example when compiled</h1> <h1>Run "lein figwheel", and open
<a href="http://localhost:3449">http://localhost:3449</a></h1>
<script src="js/out/goog/base.js" type="text/javascript"></script> <script src="js/out/goog/base.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script> <script src="js/main.js" type="text/javascript"></script>
<script> <script>