- Added instructions to create the html.js file as requested per the issue.
 - Added the html.min.js file to the vanilla example
 - Tested and working as expected.
This commit is contained in:
Matt McFarland
2016-08-02 10:17:59 -04:00
parent d547d5863b
commit b9698a7527
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
</head>
<body>
<script src="../../dist/choo.min.js"></script>
<script src="../../dist/html.min.js"></script>
<script>
const app = choo()