Skip to content

Commit

Permalink
Update dingus to commonmark.js 0.29.3, closes commonmark#17
Browse files Browse the repository at this point in the history
  • Loading branch information
izi committed Mar 20, 2021
1 parent 17c9e91 commit 359b059
Show file tree
Hide file tree
Showing 11 changed files with 20,195 additions and 6,403 deletions.
6 changes: 3 additions & 3 deletions dingus/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ALL=commonmark.js
COMPONENTS=lodash.min.js jquery.min.js jquery.min.map bootstrap.min.js bootstrap.min.css
LIBFILES=../lib/blocks.js ../lib/common.js ../lib/from-code-point.js ../lib/inlines.js ../lib/index.js ../lib/node.js ../lib/normalize-reference.js ../lib/render/xml.js ../lib/render/html.js ../lib/render/renderer.js
LIBFILES=../lib/blocks.js ../lib/common.js ../lib/from-code-point.js ../lib/inlines.js ../lib/index.js ../lib/node.js ../lib/render/xml.js ../lib/render/html.js ../lib/render/renderer.js
BOWER=../node_modules/.bin/bower
BROWSERIFY=../node_modules/.bin/browserify
HTTPSERVER=../node_modules/.bin/http-server

all: $(ALL) components
Expand Down Expand Up @@ -34,7 +33,8 @@ clean:
rm -r bower_components

commonmark.js: ../lib/index.js $(LIBFILES)
$(BROWSERIFY) --standalone commonmark $< -o $@
make -C .. test ;\
cp ../dist/commonmark.js commonmark.js

dingus: all
echo "Starting dingus server at http://localhost:9000/"; \
Expand Down
7 changes: 4 additions & 3 deletions dingus/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions dingus/bootstrap.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 359b059

Please sign in to comment.