making assets more internal to make offline work easier

This commit is contained in:
2017-08-06 21:55:30 -07:00
parent 99e794ac00
commit f753f94390
6 changed files with 14621 additions and 3 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
//go:generate go-bindata -pkg assets simplemde/dist/... simplemde/debug/...
//go:generate go-bindata -pkg assets simplemde/dist/... simplemde/debug/... js/... css/...
package assets
+73
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4463
View File
File diff suppressed because it is too large Load Diff
+10078
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -119,8 +119,8 @@ a {
}
</style>
<link rel="stylesheet" href="/hugo/simplemde.css" />
<script src="https://unpkg.com/vue"></script>
<script src="https://unpkg.com/moment"></script>
<script src="/hugo/vue.js"></script>
<script src="/hugo/moment.js"></script>
<body>