Browse Source

Add Makefile task to update CM spec files

pull/204/merge
Alex Kocharin 8 years ago
parent
commit
39aebf2509
  1. 5
      Makefile

5
Makefile

@ -99,6 +99,11 @@ browserify:
--preamble "/*! ${NPM_PACKAGE} ${NPM_VERSION} ${GITHUB_PROJ} @license MIT */" \
> dist/markdown-it.min.js
specsplit:
./support/specsplit.js good ./test/fixtures/commonmark/spec.txt > ./test/fixtures/commonmark/good.txt
./support/specsplit.js bad ./test/fixtures/commonmark/spec.txt > ./test/fixtures/commonmark/bad.txt
./support/specsplit.js ./test/fixtures/commonmark/spec.txt
todo:
grep 'TODO' -n -r ./lib 2>/dev/null || test true

Loading…
Cancel
Save