summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:25:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-12 20:25:07 -0800
commit5ddf8743f02132f07aad4bb27e0b84c530a706d7 (patch)
tree15f9db8c148a9f2e54961706a987e1c477d8ac6f
parent82811caa1da07a865a076d4db93236872221c578 (diff)
Moved dingus to js directory.
-rw-r--r--Makefile2
-rw-r--r--js/dingus.html (renamed from dingus.html)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b77ab94..14ed1d1 100644
--- a/Makefile
+++ b/Makefile
@@ -151,7 +151,7 @@ npm:
cd js; npm publish
dingus: js/commonmark.js
- echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
+ cd js && echo "Starting dingus server at http://localhost:9000/dingus.html" && python -m SimpleHTTPServer 9000
### Spec ###
diff --git a/dingus.html b/js/dingus.html
index 0cac16d..f567755 100644
--- a/dingus.html
+++ b/js/dingus.html
@@ -6,7 +6,7 @@
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
- <script src="js/commonmark.js"></script>
+ <script src="commonmark.js"></script>
<script type="text/javascript">
var writer = new commonmark.HtmlRenderer();